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

Consent not return any value for some of my apps #621

Closed merbin2012 closed 7 months ago

merbin2012 commented 7 months ago

I have more apps, but it works for most apps, but in some applications, the await method does not return any value, so the next statement is not executing and does not initialize the ads. Please see the screenshot below.

Note: I have done all the details in the admob account.

image

1n3JgKl9pQ6cUMrW commented 7 months ago

consent.trackingAuthorizationStatus() is for iOS only, Android doesn't use / return any value.

May that's it?

merbin2012 commented 7 months ago

@1n3JgKl9pQ6cUMrW Sorry this is my mistake, I am not adding the following line in config.xml

<preference name="GradlePluginKotlinEnabled" value="true" />