11,655 questions
-1
votes
0
answers
80
views
Google Play, Android Developer Verification [closed]
y'all
I'm trying to register a package name with the new Android Developer Verification. There is a single eligible certificate I'm being offered by Google, but it does not match any key that I ...
1
vote
0
answers
199
views
Can't register android app package name in Google Console [closed]
The Google Console requires registering package names. All my apps registered automatically, except for one new one.
When I click "Register Package," I'm given three eligible public keys to ...
3
votes
2
answers
146
views
Status error 1010 - 'Internal app sharing' - Google play store
I'm getting the status error code 1010 when installing an application from the google play store shared from 'Internal App Sharing' and Google play console.
Can somebody please give me an idea or ...
0
votes
1
answer
102
views
AdMob ads stop showing in production application
I published my Flutter app on Google Play 2 days ago. Yesterday I linked the app with AdMob account. I added app-ads.txt in my app and AdMobs show that my app is ready. No ads are show since than. ...
1
vote
2
answers
105
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
71
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
2
votes
2
replies
331
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
60
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
56
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
40
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
140
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
211
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
100
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
93
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
126
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 ...