--- OLD -----
There are 2 steps that you have to follow to solve this problem
Step 1 - add com.google.android.gms.permission.AD_ID
permission in AndroidManifest.xml
file.
Step 2 - Go to your Google Play Console select the app which you are trying to upload then on the left side go to Policy and programs -> App content
then select Actioned
tab, scroll down and find Advertising ID form
fill this form by clicking on Manage
button on right side.
--- UPDATE September 26th, 2023 ---
Step 1 - Go to your Google Play Console
, select the app, then on the left choose Policy and Programs
-> App content
Step 2 -
Open tab Actioned
Step 3 - Scroll down to Advertising ID
Step 4 -
Choose Manage
, then -
No
incase you do not use Advertising ID- Or
Yes
if you (or apps you use) do, likeGoogle Analytics
orFirebase Analytics
Step 5 - Only if you answered with Yes
above, add the following line to your AndroidManifest.xml
:
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>
Thank you !! Hope you got the solution...
0 Comments