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
11
votes
1 answer

Cannot remove Google Play Release error. How do I tell Google Play that my app isn't for COVID tracing?

I'm trying to create an Internal Testing Release of a new app, and on the Releases Review page, it says there is 1 error. When I expand that error, it says: "Error. You must let us know whether your app is a COVID-19 contact tracing or status…
Tom
  • 1,043
  • 8
  • 16
11
votes
1 answer

Stack trace not available for ANR in google play console

I am facing issue while debugging our ANR's. After fixing few ANR's in the last releases suddenly facing the TOP ANR's not having any stack trace. Any idea what is the issue over here. My code having Native code also.
11
votes
1 answer

App removed by Google Play because older version is not compliant to new background location policy

I have adjusted the permissions and use of location data and published it in a new release (v10004). Unfortunately, my app was still removed because the previous version does not comply with the new background location regulation (As described in…
11
votes
1 answer

What does include latest previous release in google play mean?

What does include a latest previous release in Google Play mean? I'm publishing an update to my app and when uploading the new app bundle Google Play shows this:- After Scrolling down So I have one question! What will happen if I include my…
Hussein Al-Mosawi
  • 1,464
  • 3
  • 17
  • 37
11
votes
9 answers

Internal app sharing without install button

In some devices, ex Google Pixel 3 XL, button Install disappear, although they use same google play account and open a same internal app. Does anyone have a suggestion for my issue? Any response would be appreciated.
GianhTran
  • 3,443
  • 2
  • 22
  • 42
11
votes
4 answers

Sign your Flutter app with upload key (App signing by Google Play)

I have opted in to App signing by Google Play. How should I configure my Flutter app in Android Studio so that Google handles app signing? I could not find any documentation about it and for the moment I had to go with the standard process by using…
avafab
  • 1,601
  • 3
  • 20
  • 38
11
votes
1 answer

APK REQUIRES VALID PRIVACY POLICY​ (uploading users' Email Account information)

Publishing status: Rejected Your app has not been accepted into Google Play. This does not affect your existing app’s status on Google Play Your app is uploading users' Email Account information to example.com without posting a privacy policy in…
Rifat Rahman
  • 123
  • 1
  • 11
11
votes
3 answers

My app was rejected from Google Play "APK REQUIRES PROMINENT DISCLOSURE"

my app got rejected from the google play store due to the following reason: APK REQUIRES PROMINENT DISCLOSURE Your app is uploading users' [Installed packages] information to [https://app-measurement.com/a] without a prominent disclosure. Prior…
roeiki11
  • 279
  • 1
  • 3
  • 12
11
votes
0 answers

How to download mapping files from play console

I lost the mapping.txt file for my app and I can't see a way to download it from the play console. Is there a way to download the mapping file?
Harry
  • 1,021
  • 4
  • 21
  • 41
11
votes
9 answers

Android app update rejected by Google Play while trying to publish it. What should I do next?

My app update has been rejected and wasn't published due to a policy violation. The reason is for some security reasons we've blacklisted certain countries and their IPs from our network. Due to that Google Play developer were not able to access the…
Ramanjeet
  • 526
  • 1
  • 5
  • 15
11
votes
6 answers

Cannot Turn on Timed publishing mode in Google Play Console

I want to update app in Google Play Console as Timed publishing mode. But I cannot turn it on. Cannot find Time Publishing switch. Any idea about this? My Play Console
Demoz_Dev
  • 117
  • 1
  • 4
11
votes
4 answers

Remove app from production and keep testing

Someone from my team accidentally promoted app to production. However, we're using that app explicitly for testing purposes, and want it to be visible for internal testers only. There are several other questions asking the same thing, but none of…
Marius
  • 810
  • 7
  • 20
11
votes
3 answers

classnotfound crashes not showing up in crashlytics, but in google play console

We are trying to debug a crash that happens for some users, but can't figure out exactly what it is. In Google Play console, we see this: java.lang.RuntimeException: at android.app.ActivityThread.handleReceiver (ActivityThread.java:3331) at…
Noam
  • 1,881
  • 1
  • 12
  • 20
10
votes
2 answers

How long should registering as a Google Play developer take?

As far as I can tell, it should be instantaneous after I make the payment on Google Checkout, which I did last night. There's nothing mentioning any delay in the documentation and the receipt message simply says to return to the Google Play…
Withad
  • 503
  • 1
  • 6
  • 12
10
votes
0 answers

React Native | Unable to start receiver com.google.android.finsky.instantapps.PhenotypeUpdateReceiver

Issue found in Google Play Store Pre-launch report the detailed exception stack trace is java.lang.RuntimeException: Unable to start receiver com.google.android.finsky.instantapps.PhenotypeUpdateReceiver: java.lang.IllegalStateException: Not allowed…