Skip to main content
Filter by
Sorted by
Tagged with
Advice
1 vote
0 replies
19 views

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 ...
izidoraz's user avatar
0 votes
0 answers
110 views

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:...
Masood Ahmed's user avatar
1 vote
0 answers
111 views

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 ...
rysv's user avatar
  • 3,532
0 votes
1 answer
74 views

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 ...
Scorb's user avatar
  • 1,967
0 votes
1 answer
567 views

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 ...
Pavan Vittal's user avatar
0 votes
0 answers
43 views

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 ...
Bungles's user avatar
  • 2,319
0 votes
1 answer
73 views

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....
Vivek Gupta's user avatar
1 vote
0 answers
108 views

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 ...
chwon's user avatar
  • 81
0 votes
1 answer
53 views

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 ...
ish's user avatar
  • 1
0 votes
0 answers
33 views

fun purchase(activity: Activity, product: ProductDetails) { if (activity.isFinishing || activity.isDestroyed) { Log.e("Billing", "Invalid Activity: Cannot launch ...
Natiq Haciyev's user avatar
0 votes
1 answer
149 views

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 ...
VJe's user avatar
  • 114
0 votes
1 answer
34 views

|-|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 ...
user avatar
0 votes
0 answers
72 views

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 ...
Bungles's user avatar
  • 2,319
3 votes
1 answer
271 views

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 ...
alexmedv's user avatar
  • 115
0 votes
2 answers
104 views

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 ...
Bungles's user avatar
  • 2,319
0 votes
1 answer
44 views

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 ...
Devansh Maurya's user avatar
2 votes
1 answer
113 views

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 ...
CaptainAmerica's user avatar
0 votes
1 answer
4k views

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 ...
none9on's user avatar
1 vote
0 answers
728 views

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....
Vasiliy's user avatar
  • 16.4k
0 votes
2 answers
418 views

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") ...
Martin Zeitler's user avatar
0 votes
0 answers
138 views

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 ...
CommonThreat's user avatar
1 vote
1 answer
222 views

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 ...
Viktor Sehr's user avatar
  • 13.2k
0 votes
1 answer
549 views

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 ...
rafik's user avatar
  • 67
0 votes
1 answer
93 views

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, ...
cyanide's user avatar
  • 3,984
0 votes
1 answer
70 views

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 ...
Win Myo Htet's user avatar
  • 5,477

1
2 3 4 5
144