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

Not working on isTesting false! #400

Open Husniddinuz opened 4 years ago

Husniddinuz commented 4 years ago

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)); }

soniaAguilarPeiron commented 4 years ago

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.

Husniddinuz commented 4 years ago

image But this account worked before!

Husniddinuz commented 4 years ago

image and I filled out all of that

soniaAguilarPeiron commented 4 years ago

Ops.. .and in store has your app the check 'this app contains ads' checked ??

Husniddinuz commented 4 years ago

Sorry but I'm not published yet. Is it required for admob?

soniaAguilarPeiron commented 4 years ago

I'm not sure, but I had the same problem, and when I changed this feature in store, it worked.

Husniddinuz commented 4 years ago

OK I'll try thank you

oleone commented 4 years ago

Hello, I have the same issue... Did you manage to solve it?