admob-plus / admob-plus

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

Nothing shows up (Consent or Admob) #653

Closed willPHPwork closed 3 months ago

willPHPwork commented 3 months ago

Following this: https://admob-plus.github.io/docs/cordova/consent nothing shows up."const consentStatus = await consent.getConsentStatus();" never returns a value.

No errors in the console log. window.consent returns the Consent object, so plugin is install correctly.

Any ideas?