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

The total number of downloads in the Google Play Store differs from the total number of downloads in the Google Play Console

In Google Play Console, the total number of unique users who have installed my app is 82. And in the Google Play Store, the number of downloads is +10. +50 was expected. The first download that broke the 50-download barrier was 12 days ago So what…
IHMMSR
  • 1
0
votes
0 answers

Google play console STILL does not show line numbers in my C++ native code

I added the following to my build.gradle file in order to have debug line information added to my native C++ code in my signed bundle file. ndk { debugSymbolLevel = 'FULL' } This was added to android.buildTypes.release I analyzed the generated…
0
votes
0 answers

Application bundles uploaded using Google Developer API do not appear anywhere, despite successful request execution

Here is the Python code I am using, building on the googleapiclient module: from googleapiclient.discovery import build, MediaFileUpload from oauth2client.service_account import ServiceAccountCredentials app_id = "com.myapp.myapp.app" aab_file_path…
Julien Debache
  • 319
  • 5
  • 13
0
votes
0 answers

Enable Free Trial Offer On Subscription Of Application In Google Play Store

I created the Subscription and the Free trial Offer for 7 days on Play Console. But when I use a new Android device to Install the App on Google Play Store, I can't see the Free trial for my Application. Could you please see the Screenshot and…
0
votes
0 answers

Google Play App Zero Downloads after one month

I wrote an app using Flutter and uploaded to the Google Play store one month ago in early June 2023. I got the official Google approval after submitting my app. Then, I enabled admob in my app, and I resubmitted the app again using real ad codes.…
DktPhl2018
  • 155
  • 1
  • 1
  • 8
0
votes
0 answers

Updated my android APK in android studio , should I sign and generate again or just build and release?

Hello I have signed and generated my app-release.aab and uploaded to playstore now I am asked to add a code to the XML file.which I have done now Should I generate and sign it again or just build and release? I have not tried anything yet . Avoiding…
0
votes
0 answers

Google Play Console App Content SMS Permission [App Rejecting]

I am trying to launch my app onto play store and its rejected 5 times actually its using SMS permission->what our app does it take time nd mobile number as input and send SMS to the mobile number after given input time[As alarm receiver class…
0
votes
0 answers

Google Play Console, Cannot Install Application Error

I have published an app on a closed test track on google play console. When I use this test link here. It shows up in the store, and I can press install. It finishes the download. Then the following error happens. Have tested on several android…
DSTEP
  • 27
  • 6
0
votes
0 answers

Google Play billing 6.0 - Always return result code 4 with error

Trying to implement purchase flow using play billing lib on sample application Following below steps: Created App on play console Added item in-app-purchase Created signed sample application and added in internal test and close test track Added…
0
votes
0 answers

Google Play Console - can't create subscriptions even tough closed testing App was uploaded

I can't create subscriptions in Google Play Console. It says "Your app doesn't have any subscriptions yet" and there is only the button "Upload new APK" whih leads to closed testing. But I already did that and it was approved! What the hell does…
Eduard Unruh
  • 985
  • 1
  • 14
  • 35
0
votes
0 answers

Flutter Firebase OTP not working in Play store version

This my First Flutter app for Play Store. the firebase OTP working fine on both debug and relse mode. but i upload the app on Play store the the play store version app OTP verification get failed it's retrun exception. i have add the SHA256 key from…
0
votes
1 answer

How do I make my app link send a person straight to my app page in google play store?

I am trying to make my link for my app send a user straight to the app store if he is using a android mobile device or give him the option to open it in the google play store whenever I send a user my url or link via text message or if he copy and…
0
votes
0 answers

How long does closed testing review take for Android app using Accessibility Service on Play Console?

I've created an Android app that uses the Android Accessibility Service to detect and block inapropriate content on chrome, although the app itself isn't primarily focused on accessibility. I've uploaded it to the closed testing release track on the…
0
votes
0 answers

App rejected from google play console because unable to login

Everything works fine in when I launch it on React Native Expo emulator. I triple-checked the login credential given. And they are unable to log in. Is the app not connected to the internet when they test it and therefore unable to make a fetch? The…
0
votes
0 answers

Android 13 compliance target date

Our current app which is live in google play is targeting Android 12, and we have a question, if we get an extension from 31, Aug 2023 to 1st, Nov 2023 to update our app, will we still be able to update our app with Android 12 between these dates…