cordova-plugin-admob-free
cordova-plugin-admob-free copied to clipboard
Rewarded video show test ad in production
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?
Did you manage to solve this, as I have the same issue?
Same problem here.