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

Only test ads being shown

adsprem opened this issue · comments

I have an app live on production. The below code is being used. After a week and trying multiple builds, still getting only test ads. Cordova 9 is used.

<script type="text/javascript"> ` document.addEventListener('deviceready',function(){ admob.banner.prepare(); admob.banner.show({ id:'ca-app-pub-5497020859094106/2419358240', isTesting: false, autoshow:true }) },false); </script>

same here. any solution?