So I uploaded my app to Google Play, in Beta Testing. I’ve read from various sources that at Alpha or Beta testing, it is OKAY for the adMob testMode to be set to false so that if no more bugs, there’s no need to upload another same copy for release - just move the app from Beta to Production.
eg:
ads.load( "interstitial", {appId=interstitialAppID, testMode=false} )
However, the app still shows test adMob ads. Is this normal? Will it fetch normal ads after the app is moved to Production? If not, what could be the problem here?
I don’t want to try it any further for fear that AdMob might disable my account. But thinking the app still show test admob ads even with testMode=false worries me. What is the likelihood that in Production it still would show test ads?
At least this link says if you need to render live ads in testing, JUST DO NOT CLICK IT or adMob will disable the account.
https://firebase.google.com/docs/admob/android/interstitial
Appreciate any feedback.
Thanks
Santi