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
0
votes
0 answers

Error to retrieve the data from the play console with python

I try to have the google play console data-report into a pandas dataframe. # set up the data import datetime monday = str(datetime.date.today() - datetime.timedelta(days=7)) sunday = str(datetime.date.today() - datetime.timedelta(days=1)) import…
0
votes
0 answers

Can I download different versions of a Flutter app with different application IDs to a single project in Google and Apple developer consoles?

In my project, I have configured flutter flavors to run my application from different environments. Faced with the difficulty of downloading their applications in the developer console google and apple store. Since I have several application IDs…
0
votes
1 answer

How remove accessibility alert "Low Contrast" in Google Play Console?

I'm developing a game for Android using Supernova Engine (https://github.com/supernovaengine/supernova) but I'm having trouble getting rid of the "Low contrast" alert by Google Play Console. Element path:…
0
votes
0 answers

How do I sign my wearOS app with the same keystore as my mobile app?

I have a Java application in Android Studio which includes a mobile and a wear directory. I want both of them uploaded for internal testing, and the mobile app works fine. I just added an extra release track for the wear app, but when I try to sign…
0
votes
0 answers

is there any option for private app distribution for android app in google play without EMM(Mobility management)?

I need proper solution for android app distribution as private app in Google play store without EMM.Just like Apple's unlisted app distribution. My problem is to distribute the android app to specific organization, i found google play console with…
0
votes
0 answers

Automate daily analytic reports from App Store Connect and Google Play Console via email?

I want to receive daily reports via email containing my app's analytics, specifically the total downloads. My app is available on both the App Store and the Play Store. Is there a way to automate the process of sending these reports to my email…
genericUser
  • 4,417
  • 1
  • 28
  • 73
0
votes
0 answers

Google Play Console rejecting app for using 'android.permission.MANAGE_EXTERNAL_STORAGE' even though it's not in the new version. How to avoid this?

I have an application written with React Native. After new API 33 Google Play removed start to not show for Android 13 my application in Google Play. I updated it and upload to Google Play console. However when I send it to Release Overviewing, they…
Rawa X
  • 1
0
votes
0 answers

[Flutter]I do not use Google Mobile Ads. However, the Google Play Console shows "com.google.android.gms.permission.AD_ID" is declared

I do not use Google Mobile Ads. However, the Google Play Console shows "com.google.android.gms.permission.AD_ID" is declared. My app does not contain ads. Therefore, this declaration is not necessary. What should I do? I did wrriten about…
0
votes
0 answers

Published Google Play Store App not doing authentication but debug apk passes authentication

Assistance please. I am doing an app in ionic framework with JWT authentication coming from Django rest framework and encountering a very weird problem, before I upload my app to Google play console it is able to login successfully but when I…
0
votes
0 answers

Android Google Play minSdkVersion and real min sdk version coincidence?

My app has minSdkVersion 19, but in Google Play Console when I show users statisctics of this app there are only users with sdk version 28 and up. It happens since a few months (before that I didn't track that issue so maybe it lasts longer). I have…
0
votes
2 answers

Android App Internal Test Publishing shows "App is not available for your device" on Google Play

I have developed an application using Ionic 7 and Capacitor 4. I recently published the app for internal testing. I added the tester's email to the internal testing group, and they successfully received the invitation to join the testing group.…
0
votes
1 answer

google play purchase notification for pub/sub topic work incorrect

0 I encountered a problem at work. I am implementing purchase notifications for my company's game in Google Play Store. I bind a Google Cloud project which has a Pub/Sub topic and subscription with Google Play Console. I have completed the relevant…
0
votes
0 answers

What is the process for removing testing and draft apps from the Google Play Console?

Any body know how to remove testing and draft Apps from the google play console. Please look at this image and let me know, Thanks enter image description here I am expecting to remove testing and draft Apps from the google play console.
Khuram
  • 1
  • 2
0
votes
0 answers

How to change text of link under title for google play store app

I need to change text of link under title marked on image bellow. In google developer console I found how to change pretty much everything else, but cannot found how to change this. Thank you.
user3573096
  • 31
  • 1
  • 1
  • 6
0
votes
1 answer

Setting up a GCP Service Account to use Google Play Store Dev API

I need to create a backend logic to use Google Play Developer API. This API does not support API Keys but should use Service Account for calls. What I did: Created a new service account Added Owner permissions (for testing purposes) Generated the…
1 2 3
99
100