ratson / cordova-plugin-admob-free

New development has been moved to "admob-plus-cordova", https://github.com/admob-plus/admob-plus/tree/master/packages/cordova
https://github.com/admob-plus/admob-plus
MIT License
499 stars 214 forks source link

A week after, Test Ads still shows after publishing on Play Store #431

Open tonybesty opened 3 years ago

tonybesty commented 3 years ago

Here is my setup: document.addEventListener('deviceready',function(){ admob.banner.prepare(); admob.banner.show({ id:'ca-app-pub-(my app id)', autoShow:true, isTesting:false, overlap:false }) },false);

but the the Test Ads still shows even after publishing on the Play Store for up to a week now. Any help please?

My app KwiKam

tonybesty commented 3 years ago

Here is my setup: document.addEventListener('deviceready',function(){ admob.banner.prepare(); admob.banner.show({ id:'ca-app-pub-(my app id)', autoShow:true, isTesting:false, overlap:false }) },false);

but the the Test Ads still shows even after publishing on the Play Store for up to a week now. Any help please?

My app KwiKam

The false before the closing of the code is it necessary?