11,690 questions
Advice
0
votes
0
replies
46
views
How to check total downloads / installs of an Android app in the new Google Play Console UI?
In the latest Google Play Console UI updates, the total download / install count is no longer shown directly on the app dashboard.
Previously, it was easy to see the total number of downloads, but ...
0
votes
0
answers
34
views
Android Custom Deep Link Bug
I need help solving a problem my team is running into with our DeepLink solution on Android platform. We deprecated Firebase dynamic links last year, and replaced it with Android AppLinks + our own ...
0
votes
1
answer
41
views
flutter buid appbundle signing failed - without android studio
Situation: I've been building Flutter appbundles using Android Studio, and they've been working fine.
However, when I run the "flutter build appbundle" command via CLI, it always reports ...
Best practices
0
votes
0
replies
20
views
Android / Google Play – Migrating from paid app to free app with IAP: how to preserve premium access for legacy users after uninstall?
I’m facing a migration problem with Google Play and I’d like to get feedback from other Android developers.
Context
I originally had two apps:
a paid app (premium by default)
a free app
Maintaining ...
0
votes
0
answers
64
views
How do I make an in-app purchase a consumable in Godot 4.5?
I am using Godot 4.5 with the GodotGooglePlayBilling 3.1.0 Release for my android game app. I was able to make the in-app purchase work with connecting to the Google Play Store. I was also able to buy ...
1
vote
1
answer
113
views
`pepk.jar` fails with `javax.crypto.BadPaddingException` preventing Play App Signing enrollment for existing app
Title: pepk.jar fails with javax.crypto.BadPaddingException preventing Play App Signing enrollment for existing app
Problem Statement:
We are trying to enroll an existing Android app (com.clsreview....
1
vote
0
answers
74
views
WhatsApp In-App Browser Blocks branch io Deep Link Redirection
Deep links from branch.io clicked within WhatsApp's in-app browser are not functioning correctly. Instead of directly launching the app, the link opens in WhatsApp's internal browser and then ...
0
votes
1
answer
64
views
Google Pay Decryption Failure with Tink
I'm trying to integrate Google Pay in Direct Integration mode. I'm having trouble decrypting the payment data once received.
public static String decryptGooglePayTokenWithTink(
String ...
0
votes
0
answers
52
views
Updated targetSdk, but some users still get "app isn't available … older version" (in Closed Testing)
My app aged, I didn't notice the warnings, Play Store now says "App not available" for anybody on Android ≥15.
bumped targetSdk 34→35
minSdk 24, compileSdk 35, FWIW
rebuilt, created new ...
1
vote
1
answer
78
views
Mesibo SDK adds READ_MEDIA_IMAGES / READ_MEDIA_VIDEO causing Google Play rejection
I’m using the Mesibo SDK for video and voice calls in my Android app.
My own AndroidManifest.xml does not include any media permissions.I only use:
<uses-permission android:name="android....
Advice
0
votes
4
replies
115
views
Which language you should learn for Hybrid or Web view app?
I come from web development background and want to learn mobile app development. I have good experience in PHP, Mysql, HTML, CSS and less in JavaScript and Ajax. I prefer procedural PHP code due to ...
0
votes
1
answer
98
views
'Billing is unavailable' error with react-native-iap on Android
I'm using react-native-iap version 13.0.4, and I'm having trouble with Android.
The build I'm testing is still in the open testing track on the Play Store, and was installed via the Play Store app. I ...
Advice
1
vote
2
replies
58
views
Android First release ready for review — how to trigger production-level review without going public?
I’m preparing the first release for our app (MVP with key features done, full version still in progress). We’ve uploaded the build and got it approved for Closed Testing. Now our goal is to go through ...
-3
votes
1
answer
103
views
What are the exact steps to correctly set up and test in-app purchases (IAP) in Google Play for a Flutter app?
I’m building a Flutter app that uses the in_app_purchase package to implement Google Play in-app purchases.
I’ve already:
Created my app in the Google Play Console
Uploaded a build (.aab)
Defined ...
4
votes
1
answer
991
views
React Native - Android - 16kb support lib issue
With the deadline fast approaching to convert to 16kb for the google play store, I've followed Google's guide and all my libs are now converted to 16Kb except one: libandroidlame.so
I have no clue ...