2,709 questions
0
votes
0
answers
52
views
Mobile game Test version is not visible on any android device. ( Unity- Android)
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
35
views
Google rejects aab with message " All uploaded bundles must be signed" [closed]
I have been trying for days with multiple signed builds with no succe I have also gone through similar issues on this platform and set isdebuggable to false in grade. Please help 😭
1
vote
1
answer
54
views
expo keeps building an android app with the same version
Even though I changed my version in app.json, expo keeps building an android app with the same version. What can I do to prevent that from happening? As a result, google play console keeps rejecting ...
0
votes
0
answers
61
views
React Native Expo App not working on Android 13 and below after blocking storage permissions
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
34
views
Different price was shown when testing IAP items in Google Play Internal Testing
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
1
answer
434
views
.Net 9.0 Maui needed from november first to be able to release new version to Google play store?
I got a message today from the google play console stating that my app must support 16 kb memory page sizes by november 1, 2025. If I don't fix this by november 1st 2025 I will not be able to release ...
0
votes
1
answer
117
views
How to build and publish a WearOS app (non-standalone / companion app)? [closed]
I developed a WearOS app which is a companion app for an existing phone app.
How should I build, upload and publish the watch app to the Play Store?
Some info about the project:
The mobile- and watch ...
1
vote
0
answers
212
views
In app update throwing error "user cancelled" when i click on update button in update prompt
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 ...
2
votes
1
answer
485
views
Update you target sdk version to Android 15 api level before August 31, 2025
Action by Aug 31
Update your target API level by August 31, 2025 to release updates to your app. We've detected that your app is targeting an old version of Android. To provide users with a safe and ...
1
vote
2
answers
140
views
Google Play Console permission declaration errors despite correct manifest - QUERY_ALL_PACKAGES and AD_ID issues
Problem Summary
I'm experiencing contradictory permission declaration errors in Google Play Console that don't match my actual app manifest. Despite multiple clean builds and manifest verification, ...
0
votes
1
answer
98
views
Android: This APK will not be served to any users because it is completely shadowed by one or more APKs with higher version codes
I'm trying to publish a new release of my app, and no matter which version codes I try, I always get the same error:
This APK will not be served to any users because it is completely
shadowed by one ...
0
votes
0
answers
33
views
Release from Early access registration to Open Beta not working
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
72
views
How to fix Play Store warning: ForegroundService not allowed from BOOT_COMPLETED in Android 14/15?
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-...
0
votes
0
answers
41
views
Reset Keystore (Not Assigned by Google)
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
1
answer
82
views
Does Google Play Console's "Prompt users to update to your latest app version" work without any code setup?
I'm referring to the feature in the Google Play Console where you can enable the option to "Prompt users to update to your latest app version" during the release process.
According to the ...
0
votes
2
answers
77
views
Android TV app shows 0 device support after submission
Edited the Post/Question for better understanding and with more information
I have uploaded an app update with android tv support and correctly included all manifest tag..
Still Play Console saying 0 ...
0
votes
0
answers
70
views
Google Play Data Safety Issue: Invalid Data Safety Form (Advertising ID + Firebase)
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
48
views
How to know why my app cannot be installed on a specific device?
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
30
views
Android: Can IAPs Be Recommended After Subscription Checkout Abandonment for Purchase Flow Recommendation?
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
34
views
When I upload my .aab file to the Google Console and open it, it shows an error as '404 Not Found
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 ...
2
votes
2
answers
864
views
Where do I go to fill out the Google App Health Declaration Form
This seems like an embarrassing question since it seems like the answer should be so obvious.
In submitting my app for an update to the Google Play Store, it was rejected because I had not filled out ...
0
votes
0
answers
268
views
"Something went wrong" when opening internal testing play store app
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
1
answer
97
views
How to force all users to install the latest version of my app on Google Play and App Store?
I have mobile applications published on Google Play Store and Apple App Store. When I release a new version, I want all users to install the update by default without requiring them to manually update ...
0
votes
0
answers
31
views
How will Play Store reviewers test payments in my Flutter app using Razorpay?
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 ...
0
votes
1
answer
59
views
Title: Play Store Deployment: Do I Need to Provide WhatsApp OTP Login Credentials for Review?
I am planning to deploy my eCommerce app on the Google Play Store. My app uses WhatsApp OTP authentication for login and sign-up.
My question is:
During the Play Store review process, do I need to ...