7,192 questions
Advice
1
vote
1
replies
42
views
How to test Google push provisioning API in sandbox mode
My mobile app, that I am working on for an issuer, has been whitelisted for the Google push provisioning API sandbox and my TSP is MDES, also in sandbox mode.
I have implemented the backend and ...
2
votes
0
answers
150
views
Fido2 SDK returning 50162 error during authentication
I have integrated fido2 SDK into my Koltin-Android app.
Some users can register a google passkey successfully but receive an error code during google passkey authentication.
I am using this dependency:...
0
votes
1
answer
245
views
Android App must support 16kb by Nov 1st 2025. Can I release an update of App targetting API 34 post the timeline?
I am working on a .Net MAUI Android app which is built on .net 8 and Android framework target version is API 34 (Android 14).
I am not planning for upgrading my app to target API 35 soon. But I need ...
1
vote
0
answers
118
views
Do we need migrate safetynet recaptcha to Recaptcha enterprise for Android
Based on the deprecation notice at https://cloud.google.com/recaptcha/docs/deprecation-policy-mobile, "Safetynet reCAPTCHA" has been deprecated and turned off in Q3 2025. Are Android apps ...
0
votes
0
answers
162
views
Support 16-KB Page size enablement on app encountered .so unsupported issue
My project is need to support the 16-KB Page size enabled and tried to implement in the app. Could you indicate what are these libraries that might need to upgrade: or possible fix to upgrade the ...
0
votes
1
answer
81
views
Is there a way I can have firebase ignore the google-services.json firebase config file on Android?
I am building an a Flutter app for Android, iOS and the web.
I want to be able to very easily change between firebase projects. My plan was to manually provide the firebase credentials to the app at ...
2
votes
0
answers
61
views
COPPA Compliance and Unity Google Play Services automatic sign-in
It seems that the latest Google Play Services for Unity has mandatory automatic sign-in. There is no way to disable it and I cannot revert back to version 10 since they require SDKv2.
I have an age ...
0
votes
1
answer
625
views
E : Failed to get service from broker. java.lang.SecurityException: Unknown calling package name 'com.google.android.gms'
I had recently integrated FireStore into my Flutter application and got the following error on launch:
java.lang.SecurityException: Unknown calling package name 'com.google.android.gms'.
at ...
0
votes
0
answers
35
views
ProductFlavors inside Asset-Pack - On-Demand
Currently I have 2 variants. Where each variant i need to associate it with 10 unique asset-pack, which will be downloaded on-demand. So In total i need to define 20 asset-pack.
It would be great if i ...
0
votes
0
answers
47
views
Why does my Android game fail to re-launch after an in-app update on some devices?
When my Android game does an in-app update it fails to relaunch on some devices. Here's the logcat from two devices, one that succeeds and one that fails to relaunch.
Samsung S24 - successfully ...
0
votes
0
answers
21
views
Google Billing API 7.0 User One user Subscribes but other user can run the app with subscription
I am new to Google Billing API. Using version 7.0 of the API. I am integrating it into an android client. App does not have a backend yet. I have two internal testing accounts that are testing the app....
0
votes
1
answer
77
views
Is it possible to change applicationId dynamically for different gradle build type?
I have two Firebase projects: one for production and another one for development. ApplicationId for the two projects differ by single letter in the middle of the name:
com.xyZ.myproject,
com.xyz....
0
votes
0
answers
196
views
Google Play Console rejects app release due to old Play Games Services version, for app that doesn't have Play Games Services
I have been developing a LibGDX application and already published (several versions of) it in Google Play store in the past.
I am now trying to create a new release in Play Console, but I'm getting ...
1
vote
0
answers
109
views
ActionBar in OssLicensesActivity covering content
I am using the OSS Licenses Gradle Plugin to include references to OSS licenses in my app.
Unfortunately, the ActionBar in the OssLicensesActivity covers the license text on some devices. The ...
2
votes
1
answer
73
views
Why doesn't Android Play Store relaunch my app after an in-app update?
My Android app does in-app updates and they've been working fine until the last few weeks. Until recently my app would update and get relaunched by the Play Store, but now my app gets updated then ...
0
votes
1
answer
53
views
Why does Huawei's Geocoder return multiple addresses while Google's Geocoder returns only one for the same coordinates
I'm using the Android Geocoder class to get addresses from latitude and longitude coordinates. However, I've noticed a significant difference in behavior between Google's Geocoder (on devices with ...
0
votes
0
answers
35
views
Flutter Fastlane get_new_build_number error
I'm currently trying to deploy my Flutter app with Fastlane on Google Play. I'm using this tutorial for this. However, I'm getting the following error. The AIs said something about updating packages, ...
0
votes
0
answers
36
views
For what reasons is Google Pay's Billing dialog not showing?
fun purchase(activity: Activity, product: ProductDetails) {
if (activity.isFinishing || activity.isDestroyed) {
Log.e("Billing", "Invalid Activity: Cannot launch ...
0
votes
1
answer
310
views
React-native and expo - Check if google play services are available
I need to check if an android device has Google Play Services installed to avoid calling expo-location getCurrentPositionAsync (available only with google play service).
I have found how do to it in ...
0
votes
1
answer
159
views
Sharing a Single Subscription Across Multiple Apps on Google Play
I have two applications designed for the same users and providing similar content, but they are data incompatible. Existing users of the old app have active subscriptions, and I would like to enable ...
4
votes
1
answer
768
views
Google Identity Authorization (Android) : how to get refresh token?
I'm willing to add some kind of Google Drive synchronization to my (native) android app - no backend involved (everything will happen in the app).
As seen in the Google Identity documentation, I'm ...
0
votes
1
answer
45
views
How to display "To continue" instead of "For a better experience" when requesting location activation?
|-|i
To make my app able to let the user enable location, I use exception.startResolutionForResult
But my app displays "For a better experience, your device will need..."
Although I see ...
0
votes
1
answer
149
views
How to prevent abuse of Google Play subscriptions tied to different Firebase accounts in my Android app?
I'm using the Google Play Billing Library in my Android app, and everything works fine during testing. However, I encountered a potential issue with the subscription model when integrating it with ...
0
votes
0
answers
79
views
How to retrieve PENDING purchases on the Android Play Store?
I need to query for pending purchases when my Android app launches so they can be processed by our server. I'm currently using BillingClient.queryPurchaseHistoryAsync() to do this and it's working ...
2
votes
1
answer
975
views
Failed to get service from broker. java.lang.SecurityException: Unknown calling package name 'com.google.android.gms'
I am getting this error on google sign in and after every time my app starts.
Failed to get service from broker. (Ask Gemini)
java.lang.SecurityException: Unknown calling package ...
3
votes
1
answer
272
views
Migration to AuthorizationClient API
In the Google Play console, I found a notification that the Google Sign-in API will soon stop working and I need to switch to the AuthorizationClient API. There are almost no instructions for ...
0
votes
0
answers
84
views
Redirect to Sign In Management using Google Play Game services v2
I'm implementing an App with Flutter and I'm using Google Play Game Services V2. With this version, Google removed the sign out functionality and the users must do it from the OS:
"The sign out ...
0
votes
2
answers
111
views
How can I use Android AppUpdateManager appUpdateInfoTask synchronously?
Using Google's instructions, I wrote this function to determine if an app update is available in the play store.
public fun isAppUpdateAvailable(): Boolean
{
var isAvailable = false
val ...
1
vote
1
answer
254
views
Saving Game with Google Play Game Services gives error saying Cannot use snapshots without enabling the 'Saved Game' feature in the Play console
I have integrated Google Play Game services in my android app, the login works fine and now I am trying to save my game but when I try to do so I get error saying java.lang.IllegalStateException: ...
0
votes
1
answer
44
views
Play Install Referrer Integration SecurityException: Binder invocation to an incorrect interface
I am trying to integrate the install referrer support via the Play Install Referrer Library. The app works fine as a debug build, but when testing the flow in a release build, the app crashes with the ...
1
vote
0
answers
92
views
Clean Architecture and Fused Location Provider
I am trying to integrate com.google.android.gms.location library into my project which is heavily focused on Clean Architecure.
I understand how things come together in the data layer and how I can ...
2
votes
1
answer
113
views
Google AdvertisingID of devices that updated my app from the Google Play Store
I know that some users download my app (organically or via ads) but for some reasons they don't open it. My goal is to increase the number of users who open the app after they download it (for example ...
0
votes
1
answer
347
views
How to resolve content provider authority conflicts in Android Manifest for package name app.digiedu.android
Your APK or Android App Bundle needs to have the package name app.digiedu.android.
Remove conflicts from the manifest before uploading. The following content provider authorities are in use by other ...
0
votes
1
answer
4k
views
plugin 'com.google.gms:google-services:4.4.2' doesnt add and firebase authentication sdk doesnt connect
I'm currently working on login/register activity in Android Studio (Koala Feature Drop 2024.1.2 Patch 1) with the use of Firebase. I connected my app to Firebase, but when it came to "add the ...
1
vote
0
answers
223
views
java.lang.ClassNotFoundException - eatg (File :- com.google.android.gms@[email protected] (100300-668017056):5 )- Device status - 100% in background
The crash is happening in internal class of google play services. All the crashes are happening in background. Device status - 100% in background. Crash started from the last 5 days.
All the google ...
1
vote
0
answers
731
views
SecurityException: PackageVerificationRslt: not allowed when trying to use Google Maps in Android
For the past weeks, some of our users (but not all) have been experiencing this crash when opening Google Maps in the app:
java.lang.SecurityException: PackageVerificationRslt: not allowed: pkg=com.my....
0
votes
1
answer
521
views
Unity 2022.3.44f1 - Execution failed for task ':launcher:checkReleaseDuplicateClasses'
After updating my package with the latest Google Play SDK's (read: deleting all packages from Unity and re-adding the latest version, cause there is no other way to do this without a gazillion errors),...
0
votes
2
answers
420
views
How to use the Google Identity Credentials library?
I'm trying to use this relatively new :play-services-identity-credentials library (release notes):
implementation("com.google.android.gms:play-services-identity-credentials:16.0.0-alpha03")
...
2
votes
1
answer
286
views
Android bug with in-app review (play:review) and the keyboard covering the Submit button?
I have a Pixel 8 with Android 14. Not using custom keyboard. I use the in-app reviews API. I noticed the following behavior:
So basically the in-app review component is a bottom sheet. When you try to ...
0
votes
0
answers
138
views
Google Play console integration with Service Account for fetching reports
We have an android app that we want to retrieve reports for , programatically from google play console.
For the purpose in Google Cloud Console we created a project to which we created** a Service ...
0
votes
1
answer
155
views
Attempt to implement Google instruction to connect Firebase failed - "Plugin with id 'com.android.application' was already requested at line 1""
This is an ordinary Java project to Android, I just want to connect Firebase to my project.
I try to implement this instruction step-by-step
Google instuction
And currently, I have exactly what Google ...
1
vote
1
answer
229
views
Google Play Games Services (C++) does not initialize after updating Target SDK from 33 to 34
After updating Android Target SDK from 33 to 34 the configuration is no longer valid (i.e platform_configuration_->Valid() == false).
I get the following error messages from Google Play Games ...
1
vote
1
answer
540
views
IAP initialize Failed (4.12.2) GoogleBillingResponseCode: FeatureNotSupported
I used to use IAP 4.11.0 or older version in my game and it worked fine. However recently google send me notice telling me that all Apps should use google billing SDK version 6 or above before the end ...
0
votes
1
answer
558
views
Issue with RNFusedLocation.getCurrentPosition after upgrading React Native to version 0.74.3
I'm encountering a problem after upgrading my React Native project to version 0.74.3. The application was working fine on version 0.64.4, but after the upgrade, I get an error when trying to use ...
0
votes
0
answers
40
views
When initializing Google Play Games, platform_configuration.Valid() suddenly returns false after updating Android Studio
I've used Google Play Games Services (C++ version) for a few years, suddenly when I updated a few SDK's platform_configuration.Valid(); suddenly started to return false.
Note that I have not updated ...
0
votes
1
answer
96
views
Getting GamesClient instance from Google Play Games SDK v2
The current Google Play Games SDK (v2:20.1.2) defines GamesClient interface, which I need for getSettingsIntent. However, I cannot figure out the way to get an instance of it. For other interfaces, ...
2
votes
1
answer
1k
views
Update your target API level by August 31, 2024 to release updates to your app
I received this message from google play store for both my application. This is weird, because android 15 is not released and my target SDK is 34. Target SDK 34 is ok, I guess.
Message:
Information ...
0
votes
1
answer
72
views
An unexpected error has occurred. Please try again. (732A03A7)
when I am trying to do 'Verify your Play Console developer account' and I get to 'How Google contacts you', I get that error pop up at bottom left and I cannot verify the ph number listed there. The ...
1
vote
0
answers
109
views
How to get unique Google Play user ID?
I need some unique Google Play ID to identify a player cross-device. If the same user enters my app using a different Android device, I need to know that it's the same user so I can load his progress ...
2
votes
0
answers
672
views
ML Kit Document Scanner | Google Play Service Crash
Have integrated ML Kit document scanner into the app currently I am working on.
In certain devices, the document scanner launches successfully but returns RESULT_CANCELLED under onActivityResult
On ...