First of all thank you so much for your plugin. It is really helpful.
I managed to use it into my Capacitor project, if someone needs help on this just let me know...
According to the steps explained in this video: https://developers.google.com/admob/android/privacy in STEP 4 REQUEST ADS we should call to consentInformation.canRequestAds() before running MobileAds.initialize() method.
Not sure, but as far as I see on emiAdmobPlugin.java file, MobileAds.initialize is runned without canRequestAds(). Is that correct?
First of all thank you so much for your plugin. It is really helpful.
I managed to use it into my Capacitor project, if someone needs help on this just let me know...
According to the steps explained in this video: https://developers.google.com/admob/android/privacy in STEP 4 REQUEST ADS we should call to consentInformation.canRequestAds() before running MobileAds.initialize() method.
Not sure, but as far as I see on emiAdmobPlugin.java file, MobileAds.initialize is runned without canRequestAds(). Is that correct?
This is the code:
Should not we call to consentInformation.canRequestAds() first?
Thanks