Service account doesn’t show up in Google Play Console after creation

I had the same problem, I fixed it this way: When you create a service account in step 2, you need to select a role to grant this service account some permissions, although it shows the step is optional, but for some cases, it’s not. If you skip this step, the newly created service account … Read more

Delete a Closed Track in Google Play Console

It isn’t exactly possible right now. However, you can: click on the ‘Manage’ button expand the ‘Managed testers’ card click on the ‘Deactivate track’ button. The track will go in a ‘Deactivated tracks’ list in the ‘App Releases’ page.” It’s not totally deleted, but that might be enough for you. I’ve sent the feedback to … Read more

“You must have account hold and restore implemented in your app by November 1, 2020.” -what does this message mean in Google Play Console? [closed]

As mentioned in Android Developers Blog, Account hold is a state the user enters after a renewal fails due to a payment issue. During account hold, the user loses access to the subscription while Google notifies the user and retries the payment method. Restore enables users to resume auto-renewals after they have canceled the subscription … Read more

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. add com.google.android.gms.permission.AD_ID permission in AndroidManifest.xml file. 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 … Read more

“Couldn’t upload. Try again.” error on Google Play Console

Google Chrome Use a new Incognito window to upload the .aab or .apk (as mentioned in the comments). Alternatively, clear the website data: going to: developer console (F12) > Application > Storage > Clear site data Screenshot press F5 to refresh the page uploading the .apk/.aab again Safari Open Preferences > Privacy > Manage Website … Read more