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

Rewarded video show test ad in production #411

Open RitaRoca opened 4 years ago

RitaRoca commented 4 years ago

Hi!

I have made an upload to production of my project and the rewarded videos show the test ads (the banners and interstitials are displayed correctly).

When building the object for the rewarded ad, I explicitly mark it as non-testing (the id is the correct one that I copied directly from the admob page):

admob.rewardvideo.config({ id: admobid.interstitial.rewarded, isTesting: false, autoShow: false, });

Any ideas?

ojsglobal commented 4 years ago

Did you manage to solve this, as I have the same issue?

etcho commented 4 years ago

Same problem here.