Google Play Console: Advertising ID error while submitting the app

Viewed 286

I'm trying to submit a new version to Play Console, which targets API level 33 and has analytics integration. I was asked to submit the advertising ID declaration where I specified that I use Google Analytics in my app. Now, when uploading the file, I get the following message.

Your declaration on Play Console says that your app uses advertising ID. Your manifest file doesn't include the com.google.android.gms.permission.AD_ID permission.

If you don't include this permission in your manifest file, your advertising identifier will be zeroed out. This may break your advertising and analytics use cases, and cause loss of revenue.

Note that the <uses-permission android:name="com.google.android.gms.permission.AD_ID"/> permission is set on my manifest file. Who faced this kind of issue? Any help is appreciated.

1 Answers

Use google_mobile_ads >1.2.0. If target android 33 need use google play service > 20.6.0 or if use google play service < 20.6.0 you need config AD ID in manifest

Related