Michał Korman

Results 9 comments of Michał Korman

Google library always prints this message when started on simulator (even if it's already in test mode). Probably real ads dosen't display because of issues described here - https://stackoverflow.com/questions/7093865/why-does-admob-return-no-fill

Yes, I've tested it just now. Everything seems to work fine.

Google didn't change anything about their SDK so it should be ok. Only way of debugging this is by reading the Xcode debugger output.

I don't know if it's correct to use the same ad id for both Android and iOS app. I registered two different IDs for those two platforms and it works.

What is the error message? Have you called 'AD.initInterstitial()' before?

Connect your device through USB, run "adb logcat > logfile.txt" and then run your app. After crash search for exception messages in logfile.txt https://developer.android.com/tools/help/logcat.html

@siratama Fixed in the latest commit :)

What is your version of OpenFL/lime and Android SDK?

admob-openfl evolved straight from NMEX code and it's prepared to work with latest OpenFL :)