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.
Naomi