capacitor-community / admob

Community plugin for using Google AdMob
MIT License
205 stars 66 forks source link

v5.3.1 using the demo doesn't work. #305

Open brandomcombr opened 6 months ago

brandomcombr commented 6 months ago

I downloaded the demo and followed all the steps from the readme, but the banner display didn't work at all. Right at the beginning of the demo, there's a section that reads:

`AdMob.initialize({ requestTrackingAuthorization: true, testingDevices: ['2077ef9a63d2b398840261c8221a0c9b'], initializeForTesting: true, });

However, the parameter requestTrackingAuthorization doesn't exist.

Has anyone managed to get version 5.3.1 or another version from the 5 series to work, and does anyone have an example of the implementation to help me, please?

`

Sebastian-Zok commented 6 months ago

Hey! For me, its working after I followed the example of the README while using 5.3.1. Seems like the demo isn't up-to-date