distriqt / ANE-GooglePlayServices

Shared library including the Google Play Services Client Library
https://airnativeextensions.com
18 stars 1 forks source link

Ad_ID Google Play #22

Closed apofis1969 closed 1 year ago

apofis1969 commented 1 year ago

Hi, I got this warning in Google Play after uploading the app to the internal testing because of the inapp purchase. As I do not know where I have to ask this question, I put it here. Maybe it has something to do with the AdsIdentifier ANE. My app also only targets SDK 31 and not 33 as Google tells me. Does the ANE use and advertising ID?

You must complete the advertising ID declaration before you can release an app that targets Android 13 (API 33). We'll use this declaration to provide safeguards in Play Console to accommodate changes to advertising ID in Android 13.

Apps targeting Android 13 or above and using advertising ID must include the com.google.android.gms.permission.AD_ID permission in the manifest.

marchbold commented 1 year ago

Which ANE?

The IDFA ANE uses the AD ID but other extensions will only use it if you add the permission to your manifest. By default the Adverts airpackage ads the AD_ID permission but you can remove it if you need.

https://docs.airnativeextensions.com/docs/adverts/platform/admob#android-ad_id-considerations

apofis1969 commented 1 year ago

Hi, it is resolved. The policy status -> app content -> ADs at Google Play was again not updated. Sorry that I wasted your time.