cordova-plugin-admob-free icon indicating copy to clipboard operation
cordova-plugin-admob-free copied to clipboard

Not working on isTesting false!

Open Husniddinuz opened this issue 5 years ago • 8 comments

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

Husniddinuz avatar Oct 28 '19 09:10 Husniddinuz

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.

soniaAguilarPeiron avatar Oct 28 '19 09:10 soniaAguilarPeiron

image But this account worked before!

Husniddinuz avatar Oct 28 '19 09:10 Husniddinuz

image and I filled out all of that

Husniddinuz avatar Oct 28 '19 09:10 Husniddinuz

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

soniaAguilarPeiron avatar Oct 28 '19 10:10 soniaAguilarPeiron

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

Husniddinuz avatar Oct 28 '19 10:10 Husniddinuz

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

soniaAguilarPeiron avatar Oct 28 '19 10:10 soniaAguilarPeiron

OK I'll try thank you

Husniddinuz avatar Oct 28 '19 10:10 Husniddinuz

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

oleone avatar Mar 26 '20 18:03 oleone