Questions tagged [google-play-console]

Google play console is for Android developers who wish for publishing their built Android apps to Google Play

2583 questions
19
votes
2 answers

Remove Version from Review in Google Play Console

I found some bugs in my code and need to submit a new version. How do I remove or cancel the old version that is in review in Google Play Console? I am hoping to not waste Google's time to review something that is already outdated.
karmelcorn
  • 512
  • 1
  • 5
  • 12
19
votes
7 answers

Google Play console displaying Release not live

Usually the when the application gets released in the Internal Channel, the build will get reflected instantly. Within a minute. But strangely the build is not reflected even after a day. I am using the latest new Google console which displays the…
Sathish
  • 459
  • 6
  • 12
19
votes
2 answers

How to install APKs from Google Play Console generated from an Android App Bundle?

I currently upload my app updates on the Google Play Console using the publishing format .aab. My problem is I cannot find a way how to download and install the right APKs generated from .aab. When I download from the "Manage Releases" like many…
hamthenormal
  • 856
  • 8
  • 21
18
votes
3 answers

Unable to add Google App platform in Facebook App

Hi I am trying to add Android app platform in my Facebook app in developers.facebook.com but when i add package id in Package Names field then it given an error There was a problem verifying this package name. Please check and try again. and Error…
Kuldeep
  • 4,466
  • 8
  • 32
  • 59
18
votes
7 answers

what is this error "An unexpected error occurred. Please try again later. (8869003)"

i am unable to publish any apps on my Google Play Developer account is says An unexpected error occurred. Please try again later. (8869003) can anyone please help me to get out of this?
Nikunj B Patel
  • 189
  • 1
  • 1
  • 4
18
votes
1 answer

PlayConsole error: You must provide a default URL for your instant app APKs

I need to prepare an Alpha testing for an Instant App and It run like a charm on Android Studio but It is failing when I try to roll-out it in the PlayStore, saying: You must provide a default URL for your instant app APKs The app structure is done…
17
votes
4 answers

Unable to add Tester Email Address to Google Play Console

I am unable to add new Testers Email, in Google play Console. In my Application , I have a list called Beta Review Team ,Under that I have a list of emails for test users. It has worked for the past few years. I have Currently 84 testers. (Find…
17
votes
3 answers

Play Console: stuck on "Ready to Publish"

I uploaded my android appbundle to Play Console in internal testing and then promoted it to production. Now I have this: I have tried my best to proceed further but I couldn't find any button like "Review the release" or "Publish now" etc. It's my…
Shahzad Akram
  • 4,586
  • 6
  • 32
  • 65
17
votes
2 answers

How to generate Pre Launch report for Flutter App?

I have a login screen which uses phone authentication for creating account. I have used Firebase Phone auth for login and also have stored one number for testing purpose. But don't know how to pass the number and OTP to generate Pre Launch…
Suraj Jha
  • 199
  • 14
17
votes
2 answers

Publishing app to google play - where is the demo account data?

As of late, google play is "reviewing" new apps that were published to google play. My app requires the reviewer to have a demo account, otherwise the user cannot go past the initial screen. Where is the place that I provide the reviewer with the…
Lena Bru
  • 13,521
  • 11
  • 61
  • 126
17
votes
4 answers

Google Play Store Security Alert Says that your app contains Vulnerable JavaScript libraries how to remove the security warning?

In Google Play Store am getting warning below like this, Your app contains one or more libraries with known security issues. Please see this Google Help Center article for details. Vulnerable JavaScript libraries: Name --> jquery Version -->…
Sarath Kumar
  • 1,922
  • 3
  • 19
  • 43
17
votes
5 answers

Why I am receiving Warning - this app does not meet Google Play permissions policy, even though my latest version doesn't require these permission?

It show this message This app does not meet the Google Play permissions policy relating to the use of SMS or CALL_LOG. You must fix this before March 9. 2019 or your app will be removed from Google Play. Note: if you have recently made a change,…
Aman
  • 2,316
  • 3
  • 17
  • 23
17
votes
1 answer

Play console: Where can I find a list of the devices that my app is running on?

I am looking for a way to export the list of devices on that my Android app is currently installed. Is this possible and if yes, how?
Tom
  • 4,070
  • 4
  • 22
  • 50
17
votes
1 answer

Playstore : How to release early access app?

I want to make an early release for my app but I dont have the option to select "Early Access" in playstore store listing section. How do I make my app come in early access part of playstore app ?
erluxman
  • 18,155
  • 20
  • 92
  • 126
16
votes
0 answers

Provide sign-in credentials to Play Console "Pre-launch report" for Jetpack Compose view

I can see that 'Play Console' expects "old" android.view.View IDs to be passed in for "username/password resource ID" fields: I'm not able to figure out how to provide resource ID for Jetpack Compose view hierarchy. I suspect that it should somehow…