Play Store warning: You must complete the advertising ID declaration before you can release an app that targets Android 13 (API 33)

There are 2 steps that you have to follow to solve this problem.

  1. add com.google.android.gms.permission.AD_ID permission in AndroidManifest.xml file.
  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 in there fill the Advertising ID form.

So you have already done step 1. Now complete step 2 and upload your app again.

Leave a Comment