Unity admob – play console error : Your manifest file doesn’t include the com.google.android.gms.permission.AD_ID permission

Ok so you’ve followed instructions and search the web and still did not find the solution. Well you shoud be partly there but have missed one crucial step.

You should have checked all of these, and added the lines mentioned in other forums and pasted this in the custom manifest in the assets folder.

<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>

still, each time you upload a new release. the same error. You’ve already declared and tick all in the AD ID declartion. Well the answer is simple that is infurating.

by default in the latest build of unity, the manifest file is being overwritten by another file. Just untick the “Patch androidmanifest.xml” located at the resolver setting of android. Then update all active release, in your tests and prod. And the error should be gone. Cheers

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top
?>