11,660 questions
0
votes
0
answers
43
views
AdMob test ads not showing on Android (HTTP 403 error on load)
I am integrating AdMob into my Android application, but ads are not loading at all, even when using Google’s test ad units.
I am receiving the following error in Logcat:
onAdFailedToLoad: Received ...
1
vote
2
answers
97
views
Some devices cannot download my app from Google Play due to compatibility issues
I have published my Flutter app to Google Play Console for testing.
Recently I noticed that some users cannot download the app from the Play Store.
When they try to install it, the Play Store shows a ...
0
votes
1
answer
62
views
Fetching OfuscatedAccountId with AndroidPublisher service account 2026
It is question about Google Play Billing in 2026
I was doing that before like in 2024 and I manage those systems still. So I in theory I have access to working accounts and I can see permissions that ...
Advice
1
vote
2
replies
244
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
48
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
51
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
1
vote
2
replies
37
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 ...
1
vote
1
answer
134
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....
2
votes
1
answer
179
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
0
answers
96
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 ...
2
votes
1
answer
90
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
123
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 ...
1
vote
1
answer
193
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
74
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
148
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 ...