Android Question can't remove com.google.android.gms.permission.AD_ID from the manifest

juventino883

Member
Licensed User
Longtime User
Hi, I'm updating my app and I see that in the app permissions list there is com.google.android.gms.permission.AD_ID active, even when I'm using RemovePermission(com.google.android.gms.permission.AD_ID) to disable it, you can se a detail in this screen shot.

1717630131986.png


When I upload the updated app to the playstore I get a message that I should update the AD declaration because of that permission, but my app doesn't contain ADs, how can I remove that persimission without having to remove FirebaseAnalytics.Firebase?

thank your all for any help you can bring.

cheers.
 
Top