Skip to main content
Filter by
Sorted by
Tagged with
Advice
2 votes
0 replies
56 views

I’m having an issue with my DAU (Daily Active Users) numbers. I have two Android apps on Google Play, and the Google Play Console shows the following: App 1: ~20,000 DAU App 2: ~11,000 DAU Total: ~...
0 votes
0 answers
41 views

enter image description here I am currently developing ios + android app on EXPO. I have submit my app but got rejection because of above error in img. I have no clue from which page that error got ...
0 votes
0 answers
62 views

I recently started working on a Unity mobile game (Android). I upload my builds to Google Play Console for testing and share the test link with my testers. They can install the app from the Play Store ...
0 votes
0 answers
67 views

I received a message in the Google Play Console saying: “We've enhanced one-time products. To use the latest product features, you first need to migrate your setup.” I’m using Flutter’s ...
0 votes
0 answers
339 views

I’m building a fresh Flutter project using the latest stable versions: Flutter SDK: 3.32.8 Android Gradle Plugin: 8.7.3 Gradle: 8.12 Kotlin: 2.1.0 Gradle settings: // settings.gradle.kts plugins ...
0 votes
0 answers
76 views

I am working on React Native Expo. I am facing an issue after updating my app to comply with the Photo and Video Permissions policy. In my Expo-managed React Native app, I have added the following in ...
0 votes
0 answers
989 views

I recently received a notice in my Play Console regarding the upcoming 16 KB memory page size requirement (screenshot attached). "Your app must support 16 KB memory page sizes by November 1, 2025....
0 votes
0 answers
38 views

I configured an in-app purchase in the Google Play Console. The default price is HKD 38 and it is automatically convert the price to USD 4.99, but the price displayed in game was USD 4.88 when I was ...
1 vote
0 answers
212 views

I am trying to implement in app update in my unity game. For testing, I just implement flexible update and create new release in internal testing track and upload one more version with higher version ...
0 votes
0 answers
38 views

I have an app and I made an internal testing track and made a email list for the testers THE EMAIL LIST And the status for it is 'Available to internal testers Full rollout' so it should be available ...
0 votes
0 answers
55 views

I need to retrieve a list of purchase tokens from the Google Play Console in order to cancel subscriptions and stop their auto-renewal. Is there a way to get these purchase tokens directly. Any ...
0 votes
0 answers
37 views

I wanted to release my app in open (beta) testing track. I followed everything as I should: I tested the app internally to see everything in GP console is working I tested the app in closed testing (...
1 vote
0 answers
83 views

<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <uses-permission android:name="android.permission.POST_NOTIFICATIONS" /> <uses-...
0 votes
0 answers
42 views

I have an Android app that was uploaded to the Google Play Console a few years ago, before Google introduced mandatory Play App Signing. At that time, the app was signed using a local keystore that I ...
1 vote
0 answers
158 views

I'm trying to integrate Google Assistant into my Flutter app using App Actions to handle voice commands like, "Hey Google, open [feature] in [AppName]". Despite following recent ...
1 vote
0 answers
57 views

My app, which is currently in Open Testing on Google Play, used to need the Android USE_EXACT_ALARM permission. I've completed a new version, which, instead, uses only SCHEDULE_EXACT ALARM and I've ...
5 votes
0 answers
560 views

Using the Google Play Developer API, there seems to be plenty of ways to make edits to an existing app. https://developers.google.com/android-publisher/api-ref Looking through the API it seems all the ...
0 votes
0 answers
74 views

I have an application that I can go live but I'm still not click go live. Can I create new release without Go live the current version. And If I create new release version, what happen with current ...
1 vote
0 answers
537 views

I am unable to find anything mentioned in one of the actions recommended by google Play Console for an Android app: Your app uses deprecated APIs or parameters for edge-to-edge One or more of the APIs ...
0 votes
0 answers
75 views

Problem: Google rejected my app update due to an issue with the Data Safety form, stating: The way that your app collects and shares user data does not match your declaration in the data safety form. ...
0 votes
0 answers
51 views

In the Play Console, it says that my app is compatible with Pixel 8 Pro. However, I cannot install it on the phone (the app is even not visible in the Play Store). Is it because there is Android 15 on ...
0 votes
0 answers
99 views

I'm testing the implementation of Google Play in-app updates. As the documentation says, I need to use the Internal Testing Track of Google Play Console in order to test it (https://developer.android....
0 votes
0 answers
35 views

I’m using the Purchase Flow Recommendations feature and need clarification on a specific use case: If a user initiates a subscription purchase (e.g. monthly plan) but abandons it at checkout, can the ...
0 votes
0 answers
56 views

I'm encountering a strange issue with my Android application. I'm receiving crash reports from the Play Console with the following error: Fatal Exception: java.lang.UnsatisfiedLinkError: dlopen failed:...
0 votes
0 answers
34 views

When I upload my .aab file to the Google Console and open it, it shows an error as '404 Not Found, can you please give me any suggestion to overcome it. I have designed my app using flutter I don't ...
0 votes
0 answers
36 views

I wrote a mobile up using Flutter. It is in internal testing phase at the moment. This will be a free application, which will have a simple ad banner at the bottom of each screen. I am an indie ...
0 votes
0 answers
287 views

When I run the command "flutter build apk --release" and install the built app to my phone, the app runs successfully. However, when I build the aab file in release mode, and publish it to ...
0 votes
0 answers
35 views

When I test my app through an APK, it works perfectly, and all functions are working properly. However, when I submit the AAB file to the Google Play Console, and after downloading it from Google Play,...
1 vote
0 answers
453 views

I've developed a Flutter application and have recently started testing its in-app purchase features. Here's what I've done so far: I've successfully uploaded my app for internal testing on the Google ...
1 vote
0 answers
80 views

I'm making an app to upload to the Play Store, so I first uploaded my .aab to the Google Play Console, but I get the following error Currently, your app is targeting API level 31, but it must target ...
0 votes
0 answers
45 views

I want to change the price of a subscription in Google Play Console. I retrieve the subscription, it comes in, I see it, change its price, and try to send it back. I wrote the following code and get ...
0 votes
0 answers
31 views

I am preparing to publish my Flutter app on the Play Store. My app has: Login with OTP authentication (using a test phone number and test OTP for Play Store reviewers). Payments integration using ...
1 vote
0 answers
35 views

A bit of background: I have an app that I have published in Google Play. I also have a website where I want to give access to those who have bought the app. I have already set up the login with the ...
0 votes
0 answers
53 views

I tried to implement firebase's google sign-in using react-native-google-signin library. It worked fine on ios simulator, but on android emulator, I got [Error: A non-recoverable sign in failure ...
2 votes
0 answers
227 views

I compile my app with target version android 14 (API level 34 ). When I release my app for internal testing, I am getting this error while trying to download the app through internal testing link &...
0 votes
0 answers
49 views

I use Firebase App Distribution for my android app. my app is aab file. I uploaded aab app file for the first time. Then, I was warned that my aab app file is signed by test certificate. I want to ...
1 vote
0 answers
233 views

I have a subscription enabled in Google Play for my Flutter app. I am trying to create an offer on one of my subscriptions and customize it so that I can decide who can use this offer. I am using the ...
0 votes
0 answers
50 views

Before Google Play closed testing the game, it failed a review: “Your app does not meet Play Console requirements. Some types of apps can only be distributed by organizations. You can only publish a ...
0 votes
0 answers
48 views

I decided to finally ask about this situation because even with AppBundle stacktraces still bad as before. First of all, bundle contains BUNDLE-METADATA/com.android.tools.build.debugsymbols folder ...
1 vote
0 answers
95 views

Our company originally created a Google Play Console Developer Account in 2016 as an individual account instead of an organization account. Recently, Google has removed all our apps from the Play ...
0 votes
0 answers
32 views

I have an android app published in Google play store. Now, I want to publish a different version (1.1) only for country A, Version (1.2) for country B, while every other country sees a separate ...
0 votes
0 answers
66 views

I accidentally enabled the Managed Google Play Store while setting up my internal test track in the Google Play Developer Console. Now, only users within my organization's domain can access the app, ...
0 votes
0 answers
36 views

In App bundle explorer I can see releases that are not returned by the below code. E.g. a few versions that have been uploaded to the internal track but later superseeded by newer versions. The ...
0 votes
0 answers
79 views

I’m trying to set up Real-Time Developer Notifications (RTDN) for my app, but I’m facing issues where I can’t even send a test notification from the Monetization setup page in Google Play Console. ...
0 votes
0 answers
36 views

fun purchase(activity: Activity, product: ProductDetails) { if (activity.isFinishing || activity.isDestroyed) { Log.e("Billing", "Invalid Activity: Cannot launch ...
0 votes
0 answers
345 views

I got an error message like this.Can someone help me to solve this problem? As per google play console docs i have updated many time my manifest file but in Google play console -> [Select your app]-...
0 votes
0 answers
74 views

When I submit my Android app on the Google Play Console, I receive the following 2 warnings: There is no deobfuscation file associated with this App Bundle. If you use obfuscated code (R8/proguard), ...
1 vote
0 answers
1k views

Hi I'm trying to verify my organization developer account on google play console, I have all the necessary documents but after filling the forms and uploading all the document, the submit button is ...
0 votes
0 answers
36 views

I want to add members to a google group([email protected]) using the api. The issue is that I only need to use @googlegroups.com as the domain for google group. But seems like google only allow ...
0 votes
0 answers
59 views

Question: I’m testing in-app purchases in React Native using the react-native-iap library. I’ve set everything up for internal testing in the Google Play Console, but my app still asks for real money ...

1
2 3 4 5
15