distriqt / ANE-GooglePlayServices

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

Error Message at Google Play because of AdsIdentifier ANE #27

Closed apofis1969 closed 1 year ago

apofis1969 commented 1 year ago

If you are reporting a bug please make sure you fill out the following information, otherwise delete this template and ask your question.

Expected behaviour

No Error message, because I have no ADs

Actual behaviour

Error message at internal Testing

1 Error
error
Error
This release includes the com.google.android.gms.permission.AD_ID permission but your declaration on Play Console says that your app doesn't use advertising ID.

You must update your advertising ID declaration.

How to get rid of this error message? Google asks me to say that I have ADs in my App, but I do not have.

Environment
Logs

Device logs if relevant

marchbold commented 1 year ago

Remove the com.google.android.gms.permission.AD_ID permission from your manifest additions.

apofis1969 commented 1 year ago

That was it. Thanks!