0 votes

Hey. I'm sure everyone who has published a game on Google Play received an email titled "Action requested: Declare your Ad ID permission". Could someone enlighten on how to declare permission for my Godot project? I'm not familiar at all with this. Am I supposed to just paste this code somewhere in the project's manifest? Appreciate it.

<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>
Godot version 3.3.4
in Engine by (29 points)

Godot 3.4.x
- In the Project Export window for Android, scroll down to Permissions section
- Change the size to 1 (or increase the size from the existing value) for "Custom Permissions"
- Add "com.google.android.gms.permission.AD_ID" (without the quotes) in the value field

Also on the Play Store you need to update the "App Content" settings for "Advertising ID". Ensure that you enable "Analytics" and "Advertising or marketing"

1 Answer

0 votes

Godot 3.4.x
- In the Project Export window for Android, scroll down to Permissions section
- Change the size to 1 (or increase the size from the existing value) for "Custom Permissions"
- Add "com.google.android.gms.permission.AD_ID" (without the quotes) in the value field

Also on the Play Store you need to update the "App Content" settings for "Advertising ID". Ensure that you enable "Analytics" and "Advertising or marketing"

by (14 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.