7,193 questions
Advice
1
vote
0
replies
19
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 google push provisioning API sandbox and my TSP is MDES, also in sandbox mode.
I have implemented backend and frontend, and ...
0
votes
0
answers
110
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:...
1
vote
0
answers
111
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
1
answer
74
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 ...
0
votes
1
answer
567
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
43
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
1
answer
73
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....
1
vote
0
answers
108
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 ...
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
33
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
149
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 ...
0
votes
1
answer
34
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
0
answers
72
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 ...
3
votes
1
answer
271
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
2
answers
104
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 ...
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 ...
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
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
728
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
2
answers
418
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")
...
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 ...
1
vote
1
answer
222
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 ...
0
votes
1
answer
549
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
1
answer
93
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, ...
0
votes
1
answer
70
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 ...