How can the testMode for the newest admob plugin be activated? I tried to use testMode=true but on device it seems like it is showing active ads.
https://docs.coronalabs.com/plugin/admob/init.html
testMode should be specified during init(), not during load().
admob.init(admobListener, {appId="YOUR\_APP\_ID", testMode=true})
Thx for your help!
One question: When using the childSafe option this still has to be in the load(), right?
Yes, that is correct.
The AdMob documentation is your friend
http://docs-daily.coronalabs.com.s3-website-us-east-1.amazonaws.com/daily/plugin/admob/index.html
https://docs.coronalabs.com/plugin/admob/init.html
testMode should be specified during init(), not during load().
admob.init(admobListener, {appId="YOUR\_APP\_ID", testMode=true})
Thx for your help!
One question: When using the childSafe option this still has to be in the load(), right?
Yes, that is correct.
The AdMob documentation is your friend
http://docs-daily.coronalabs.com.s3-website-us-east-1.amazonaws.com/daily/plugin/admob/index.html