aliokan / cordova-plugin-admob

AdMob Phonegap Plugin for Android and iOS
MIT License
71 stars 43 forks source link

'isTesting': true not working #15

Open lgoldstien opened 10 years ago

lgoldstien commented 10 years ago

I have implemented this plugin in a game I am developing, when I run the game from with the emulator included in the adt it serves test adverts. However when deploying the debug apk to my nexus 4 for testing it serves non-testing adverts. This is a little concerning as it can result in banning from admob.

I have ensured that the admob.requestAd method is passed the value of true to the isTesting property.

sdudziak commented 10 years ago

I can agree. I have the same issue