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

Home Page:https://github.com/admob-plus/admob-plus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

tonybesty opened this issue · comments

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

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?