7,227 questions
0
votes
0
answers
33
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 ...
1
vote
0
answers
29
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
21
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 ...
-2
votes
0
answers
41
views
How do i get the number of daily downloads for my android App?
I am trying to get the number of daily downloads my android app on the play store has, to display on a dashboard. Is there an API available by google to get this metric?
I've looked into the google ...
0
votes
2
answers
31
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
0
answers
71
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
0
answers
25
views
Can react-native-iap renew a canceled subscription on Android, and how does requestSubscription handle active subscription periods?
I am using react-native-iap in my Android app to manage subscriptions through the Google Play Store. I have the following scenario:
A user purchases a monthly subscription with auto-renewal turned on.
...
0
votes
0
answers
22
views
Using Google Play Developer API to fetch app download statistics
We have App in Google play console, we can able to download the user acquisition(install, uninstall, country) in the console level, Do we have a any API to pull the data. Store in Redshift via python ...
0
votes
1
answer
20
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 ...
0
votes
0
answers
31
views
How do i access the assets in my asset pack (install-time)
how do you access the assets in your asset pack (install-time)?
I have made the assets packs but when i install the game, my game doesn't access them as i have not integrated any way to access the ...
1
vote
0
answers
46
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 ...
0
votes
0
answers
37
views
7943 7943 I flutter : Login failed: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null)
After publishing my app to google playstore, the above error appears in the adb logcat during the google login of the app, but the google login of the released apk works without any problem.
(None of ...
0
votes
0
answers
49
views
Issue with Redirecting the user to the Google Wallet installation page
I'm trying to add a boarding pass to Google Wallet using com.google.android.gms:play-services-pay API , but I'm encountering an issue. The user doesn't have Google Wallet installed and hasn't synced a ...
2
votes
1
answer
98
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
0
answers
32
views
How to handle In-App Update Flexible in configuration change?
Is there a way to keep InstallStateUpdatedListener callbacks after configuration change when using Flexible flow with In-App Update? I tried the following but the callback for InstallStatus.DOWNLOADED ...