I installed AdMob enabled Android (Google Play) version on Nexus 4. When my app tried to display Admob’s full screen interstitial ads, my app crashed. It exited my app, and a native alert popped up, saying “Unfortunately, MyApp has stopped” with an OK button. The adb logcat shows:
I/Corona ( 3097): event.response = The ad loaded successfully
I/Corona ( 3097): event.provider = AdMobProvider
I/Corona ( 3097): event.isError = false
I/Corona ( 3097): adNetwork = admob
Here’s a summary:
Simulator: Mac
Device OS: Android
Device Name: Nexus 4
What issue you are seeing: The app crashed when it was about to load the Admob interstitial ad
Corona username/e-mail (so we can check the logs): Naomi
Please note, when I tried to display AdMob interstitial ads on iPod, the Xcode console told me that interstitial ads from Admob are available only on iPad, and it did not crash the app, which I thought was great – at least it informed me of the limitation.
Hi Naomi, there is an issue with interstitial ads where the AdMob code basically does not like being a plugin (their code makes some weird assumptions), so we’re trying to work around it.
@Naomi, we’ve got a fix for interstitial posted! Can you give it a try?
@codingcake, on my Nexus 7, banner ads seem to work fine. I click on it, it goes somewhere (e.g. google play or web page) and I hit the back button, and it comes back to the app. Do you still see a crash?
Hi Naomi, there is an issue with interstitial ads where the AdMob code basically does not like being a plugin (their code makes some weird assumptions), so we’re trying to work around it.
@Naomi, we’ve got a fix for interstitial posted! Can you give it a try?
@codingcake, on my Nexus 7, banner ads seem to work fine. I click on it, it goes somewhere (e.g. google play or web page) and I hit the back button, and it comes back to the app. Do you still see a crash?