Cant update app due to com.google.android.gms.permission.AD_ID error. (2024)

My app has been displaying Admob ads since previous versions, today, I updated the function and Google Play reported an error. I have updated the ad code declaration table but still cannot update the app.

"Your advertising ID declaration in the Play Console indicates that your app uses an advertising ID. The manifest in one of your active software components does not include the com.google.android.gms.permission.AD_ID permission.
If you do not include this permission in your manifest, your advertising ID will be set to 0. This can break your ads and analytics use cases and result in lost revenue. Learn more

You can remove these errors by updating your advertising ID declaration
Apps targeting Android 13 (API 33) that do not have the AD_ID permission will have their advertising IDs stripped. This can impact ads and analytics use cases."

Please suggest me how to fix this, thanks everyone.

Please let us know if you’re using any extension?

1 Like

i only use custome webview extension Ver 12

Is there no solution to my problem?

com.jewel.adid.aix (3.5 KB)

It might help you to fix the issue. You need to import and drag it into the Screen1.

1 Like

I imported the extension and dragged it to screen1, it still didn’t fix the error, I still can’t update the app with the same error.