admob-plus / admob-plus

Trustable AdMob Plugin for Cordova, Capacitor, Ionic, React Native
https://admob-plus.github.io
MIT License
360 stars 150 forks source link

AppOpen Ad Issue #649

Open ngdevr opened 4 months ago

ngdevr commented 4 months ago

I have just built a fresh application and trying to load AppOpen Ad which is throwing following error

image

Details: admob-plus-cordova 2.0.0-alpha.5 PLAY_SERVICES_VERSION 22.1.0 cordova-android 12.0.0

EMI-INDO commented 4 months ago

@ngdevr

error code 3 Your code is fine, it's just that the ad request was not filled.

It can happen because testing in emulator, testing using the original adunitID, when testing use the test adunitID https://developers.google.com/admob/android/test-ads

if you want to test the original adunitID release the apk to the store, downlaod from the store.

ngdevr commented 4 months ago

@EMI-INDO Thanks for your response. I am testing using the test ids and not the real adUnitID on a real device (not emulator). I can again try to create a fresh app to test it again.