[![enter image description here][1]][1] hereI'm encountering a warning in the Google Play Console regarding the missing com.google.android.gms.permission.AD_ID permission in my AndroidManifest.xml file. Despite having declared the AD_ID permission, I'm still receiving this warning.
<uses-permission android:name="com.google.android.gms.permission.AD_ID" />
However, the Play Console continues to prompt me with the warning:
"Your advertising ID declaration in Play Console says that your app uses advertising ID. A manifest file in one of your active artifacts doesn't include the com.google.android.gms.permission.AD_ID permission."
I've verified that the package name in my manifest matches the one in the Play Console. Is there something I'm missing or misunderstanding about this permission declaration? Any insights or suggestions on how to resolve this issue would be greatly appreciated.
Thank you!