Hi.
Is there any way to remove com.google.android.gms.permission.ad_id (AD id) permission when generating the app? We are facing issue while deploying the APK build in google play console.
Thanks in advance.
Please see adding the below to extensibility configuration helps.
{
"android": {
"permissions": {
"remove": [
"com.google.android.gms.permission.AD_ID"
]
}
You can use an online tool like this to inspect the manifest file.