You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: