when upload apk to Google play, it warns about "Advertising ID".
There are 2 steps that you have to follow to solve this problem.
- add
com.google.android.gms.permission.AD_ID
permission in the manifest file.- Go to your Google Play Console select the app which you are trying to upload then on the left side go to
Policy -> App content
in there fill theAdvertising ID form
should I unpack the apk file, add com.google.android.gms.permission.AD_ID at the bottom of the file META-INF\MANIFEST.MF ??
How can I do it easily?