Google play console is for Android developers who wish for publishing their built Android apps to Google Play
Questions tagged [google-play-console]
2583 questions
440
votes
12 answers
How to remove application from app listings on Android Developer Console
Is there any way to unpublish and then permanently remove an application from the list of applications on Android Developer Console?

Rafael
- 6,339
- 5
- 22
- 22
258
votes
24 answers
Flutter: upgrade the version code for play store
I have published an application on the play store with flutter, now I want to upload a new version of the application. I am trying to change the version code with:
flutter build apk --build-name=1.0.2 --build-number=3
or changing the…

Pondikpa Tchabao
- 3,285
- 6
- 17
- 24
199
votes
19 answers
Is my app or its dependencies violating the Android Advertising Id policy?
I've just received this message from Google Play but I'm not collecting the Advertising ID.
Reason for warning: Violation of Usage of Android Advertising ID
policy and section 4.8 of the Developer Distribution Agreement
Google Play requires…

aloj
- 3,194
- 7
- 27
- 38
184
votes
14 answers
Google App is Published on Internal Test Track but Can't Be Found/Downloaded
I've successfully completed the publishing process for an APK to the Internal Test Track.
But when I try to view the App for download on the Google Play Store using the "VIEW ON GOOGLE PLAY" link in the screenshot below...
...it opens a new window…

FreeZey
- 2,382
- 3
- 11
- 23
150
votes
8 answers
Remove APK from library in Google Play Developer Console
Is there a way to remove an APK from the library in the Google Play Developer Console?
To make sure: I don't mean to revert to an earlier version or unpublish an app, but to remove it from the list that can be seen after clicking on "ADD APK FROM…

Tavados
- 2,168
- 3
- 14
- 27
140
votes
20 answers
Version code 1 has already been used. Try another version code
I am uploading new app bundle to play console and it is saying after uploading Version code 1 has already been used. Try another version code.
I have changed version number in pubspec.yaml from version number: 1.0.0+1 to 2.0.0+1 even though it is…

balu k
- 3,515
- 2
- 14
- 29
140
votes
4 answers
Android Releases in the Google Play Store: Where is the Opt-in URL?
I am working to publish a private, internal release for our app in the Google Play Store. I'm getting a message saying "An opt-in link will be available here when you publish your app", but I don't know what else I need to do publish my alpha test…

Roberto
- 11,557
- 16
- 54
- 68
112
votes
11 answers
Action requested: Declare your Ad ID permission
Today i have got this email:
Last July, we announced Advertising policy changes to help bolster
security and privacy. We added new restrictions on identifiers used by
apps that target children. When users choose to delete their
advertising ID in…

Abdullah
- 1,181
- 2
- 3
- 7
105
votes
1 answer
New release stuck at "Ready to send for review" after play store removed the app
My app was recently removed from the play store for missing the privacy policy inside the app.
APK REQUIRES VALID PRIVACY POLICY
Your app is uploading users' Primary Account information to ************ without posting a privacy policy in both the…

Pratik Baid
- 1,116
- 2
- 4
- 11
104
votes
19 answers
You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without the 'an
Issue: You uploaded an APK or Android App Bundle which has an activity, activity alias, service, or broadcast receiver with intent filter, but without the 'android: exported' property set. This file can't be installed on Android 12 or higher. See…

Syed Waleed
- 967
- 2
- 5
- 7
89
votes
11 answers
Cannot remove "Internal test track" build from Google Play Console
I've been developing my first app for work and am having trouble removing an earlier version from the Google Play Console.
My first release was version 2, which I released on the Internal Test track, as much as an experiment to understand the…

Mike
- 2,120
- 1
- 23
- 40
89
votes
3 answers
How many users have got the updated app version
I have recently pushed a new version of an Android App to the play store, and would like to see how many of our users have managed to get the update already.
There seems to be stats for days on the android version and the devices that are being…

SM3RKY
- 1,548
- 1
- 14
- 27
87
votes
1 answer
Google Play: Can't RELEASE TO PRODUCTION because "a draft release in production already", what to do?
I am trying to release a new version of my app at Google Play Console.
I have one version which I didn't release and then I uploaded a new one to Beta that I want to release.
When I press on the "RELEASE TO PRODUCTION" button I get the following…

dsb
- 2,347
- 5
- 26
- 43
86
votes
5 answers
How remove an update of published application in Google Play Console
I published the wrong update for an app on the play store by the new Play Developer Console.
I need to rollback my update, simply REMOVING it and re-publishing the previous version.
I cannot understand 2 things:
how remove it from the apps versions…

Simone Campagna
- 1,130
- 1
- 10
- 19
75
votes
19 answers
Uploading Android App Bundle to Google Play Console - key signing error
I'm trying to upload a brand new .aab file to the Google Play Console, but keep getting this error:
Upload failed
You uploaded an APK or Android App Bundle that is signed
with a key that is also used to sign APKs that are delivered to users.
…

jaseelder
- 3,403
- 3
- 25
- 26