google-play-services Questions
2
Solved
The documentation states on a topic when to ask for a review:
Trigger the in-app review flow after a user has experienced enough of
your app or game to provide useful feedback.
Do not prompt the...
Valentine asked 10/8, 2020 at 13:38
9
Solved
I want to create a Google sign for my app but my result code from onActivityResult() is 0
In my onCreate() Method I start the function startSignInIntent() like this:
protected void onCreate(Bund...
Dao asked 17/11, 2017 at 18:23
7
I'm using the BaseGameActivity class to connect to google play games services. The problem is that somehow authentication doesn't work. I'm searching the web for a solutions for hours but didn't fi...
Androclinium asked 19/3, 2014 at 13:47
4
Recently I migrated one of my apps to Google Play In-App Billing v3. Since the release I get some crash reports on Samsung devices only, which are all related to BillingClient.onBillingServiceDisco...
Sungkiang asked 8/8, 2020 at 7:54
1
On this bug report on GitHub, we were asked to raise the issue here.
The issue is quite simple. Sometimes, users have multiple accounts on their phone, let's say [email protected] and [email&#...
Navvy asked 6/6, 2017 at 18:54
3
Google communicated that in order to publish a new app or an app update in the Play store, you must meet Google Play’s NEW target API level requirements:
Starting in August 2022, new apps must targ...
Monostich asked 4/4, 2023 at 9:3
3
As the title says, CastContext.getSharedInstance(Context) is now deprecated:
getSharedInstance(Context context): This method is deprecated. Use getSharedInstance(Context, Executor) instead to hand...
Econah asked 19/9, 2022 at 18:1
13
Solved
I'm using google sign-in services to authenticate users that use my app. I got it to work when I just requested email information
GoogleSignInOptions gso = new GoogleSignInOptions.Builder(GoogleSi...
Gilberto asked 21/11, 2015 at 18:6
2
I have put the same build (v1.0.0) build for review in both Alpha testing review and as well as production review while managing publishing to save time for the review process. Both reviews are alr...
Armourer asked 28/11, 2020 at 7:0
4
Solved
I just updated Android Studio and started a new project. But now the project grade file seems different.
Here are the lines:
plugins {
id 'com.android.application' version '7.1.0' apply false
id ...
Kymberlykymograph asked 27/1, 2022 at 17:44
3
I'm trying to deal with google-services.json and different flavors. The documentation says that we need the file in the root folder.
I got a task that can easily copy the file from the flavor fold...
Encomiastic asked 18/9, 2015 at 17:30
16
Solved
I am using firebase for my android app and suddenly I am getting an error when I tried to run the app. Saturday it was working perfectly. I don't know how this error occurred and how to solve this....
Watt asked 11/6, 2018 at 6:32
7
I'm new at Google Mobile Vision api and I've been using barcode detector class to detect barcodes. The app works fine but it does not work in my android 4.2.2 phone. I've updated the play services ...
Thumping asked 4/12, 2016 at 7:1
2
Solved
I'm trying to implement the new Android Photo Picker but I'm running into an issue when trying to setup the automatic install of the backported photo picker module on older devices.
According to th...
Inflame asked 12/4, 2023 at 13:50
3
After adding Bitmovin Cast in Android project I get a lot of same issues from different devices.
This solution didn't help.
GoogleApiAvailability.getInstance().isGooglePlayServicesAvailable(getC...
Jalisajalisco asked 5/2, 2019 at 20:27
2
The SafetyNet Attestation API is being discontinued and replaced by the new Play Integrity API. Begin migration as soon as possible to avoid user disruption. The Play Integrity API includes all the...
Completion asked 27/7, 2022 at 10:50
2
I got an issue since I bumped the play-services version to v9.8.0. I notice that the method AdvertisingIdClient#getAdvertisingIdInfo sometimes returns null (i have not identified any pattern to rep...
Kelson asked 14/11, 2016 at 10:27
6
Solved
Anytime I try to build my project I keep getting this error:
Execution failed for task ':app:processReleaseGoogleServices'.
No matching client found for package name 'com.my.package'
I have made...
Rondeau asked 8/3, 2016 at 19:44
0
I have Add my App to Pre-launch report it throws some error like
`Exception java.lang.IllegalStateException: AppSearchBatchResult has failures: {
successes: {}
failures: {https://g.co/pixeltips/t...
Serpens asked 17/4, 2023 at 9:40
2
When we use a dynamic link from Firebase and it leads the user to install the application, after the installation in the PlayStore it is presenting only the uninstall button, where the expected beh...
Incus asked 24/8, 2022 at 16:13
11
Solved
I'm working with Xamarin-Android to make an application, so I need to set Build Action to my google-services.json file but there is no such Property as GoogleServicesJson, and when I try just to wr...
Mullis asked 8/3, 2017 at 17:18
33
Solved
I added Google Play services as a dependency in my current project.
If I save the project on the C: drive,
I get the following error while syncing up the project:
Error: Execution failed for task ...
Hutch asked 29/4, 2014 at 8:35
2
Solved
I don't see any await synchronous api on com.google.android.gms.tasks.Task. Am I missing something? I am trying to migrate to use the new *Client classes in Play services. I already designed my cod...
Ow asked 24/8, 2018 at 2:5
4
Solved
I'm trying to use Google Play Store on my Android emulator for testing purposes. However, I keep getting stuck at "pending" when downloading or updating apps.
I'm on the Apple M1 and laun...
Mezoff asked 6/6, 2022 at 20:10
0
I want to launch the "Scan New Card" activity from my Android Application.
This functionality is provided by Google to scan and fill the credit/debit card number inside the EditText and i...
Nonbeliever asked 18/2, 2023 at 4:23
© 2022 - 2025 — McMap. All rights reserved.