My app target API 33, and do have ads.
I choose "Yes" on advertising ID.
Adding <uses-permission android:name="com.google.android.gms.permission.AD_ID" />
on AndroidManifest.xml file.
My app manifest include com.google.android.gms.permission.AD_ID and in Google Play Console - App Bundle Explorer - Permissions - I can found "com.google.android.gms.permission.AD_ID"
But when submit to review this error shows up:
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
How to deal with this error?