capacitor-community / admob

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

Don't transmit Advertising ID for children #328

Open tigran-simonyan opened 2 months ago

tigran-simonyan commented 2 months ago

Hello, thank you for this plugin!

My app is for both children and adults. I recently received the following message from the Google Play Developer Console:

image

I have already setup this parameter tagForChildDirectedTreatment

await AdMob.initialize({
      tagForChildDirectedTreatment: true,
      tagForUnderAgeOfConsent: true,
});

and I wonder hasn't it prevented the advertising ID being transmitted ?

Is there anything else I need to do ?