-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v7.0.0 removes permissions from the main manifest #2001
Comments
I think I found a temporary solution to this.
Now take all the files and zip them back up. Rename the archive to |
Thank you for sharing your temporary solution. I tried described solution too, and that worked, but as I was not sure this solution will not harm other components of Google Mobile Ads Unity SDK I decided to use SDK version 6.1.2, because it doesn't have this issue. Let's wait for the official fix of this issue. |
i wondering where to put AD_ID permission |
As I know you just need to add this to permissions section in main AndroidManifest.xml:
|
I need the exact line, I'm afraid I put it in wrong line
Pada tanggal Min, 3 Apr 2022 18.58, MayisGM ***@***.***>
menulis:
… i wondering where to put AD_ID permission
As I know you just need to add this to permissions section in main
AndroidManifest.xml:
—
Reply to this email directly, view it on GitHub
<#2001 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADDY6YLJHQETE5VRK3ZLFFDVDGBW3ANCNFSM5R6ZZAAQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thank you for the report. This will be fixed in the next release. |
@NVentimiglia Any ETA for the next release? |
@stickylabdev For adding the AD_ID permission, it should be added automatically by the play-services-ads dependency if using version 20.4.0 or higher per the Android release notes. Unity plugin v7.0.0 looks to be distributed with 20.6.0, meaning you shouldn't have to add the permission manually. |
The problem is this #2000 (comment) |
Fixed in 7.0.1. |
[REQUIRED] Step 1: Describe your environment
[REQUIRED] Step 2: Describe the problem
Steps to reproduce:
Add this permission to the main AndroidManifest.xml file for example:
After building the project which includes Google Mobile Ads SDK version 7.0.0 the permission will be removed from the main manifest. The reason of this happening is AndroidManifest.xml file inside googlemobileads-unity.aar, which looks like this:
Relevant Code:
Please let us know how to temporarily solve this issue, or please release fixed version as soon as possible.
The text was updated successfully, but these errors were encountered: