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.