cordova-plugin-admob-free
cordova-plugin-admob-free copied to clipboard
Not working on isTesting false!
showInterstitialAds(){ let interstitialConfig: AdMobFreeInterstitialConfig = { autoShow: true, id: "ca-app-pub-3940256099942544/1033173712" }; this.admobFree.interstitial.config(interstitialConfig); this.admobFree.interstitial.prepare().then(() => { }).catch(e => alert(e)); }
This can be caused for several reasons: maybe your adMob account doesn't have payment method configured, or your app in store doesn't have the check 'this app contains ads' checked, and maybe another reason. I hope this help you.
But this account worked before!
and I filled out all of that
Ops.. .and in store has your app the check 'this app contains ads' checked ??
Sorry but I'm not published yet. Is it required for admob?
I'm not sure, but I had the same problem, and when I changed this feature in store, it worked.
OK I'll try thank you
Hello, I have the same issue... Did you manage to solve it?