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.
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 oftrue
to theisTesting
property.