Questions tagged [google-play-services]

With Google Play services, your Android app can take advantage of the latest, Google-powered features such as Maps, Google+, and more, with automatic platform updates distributed as an APK through the Google Play store. This makes it faster for your users to receive updates and easier for you to integrate the newest that Google has to offer.

Give your Android apps more features to attract users on a wider range of devices. With Google Play services, your app can take advantage of the latest, Google-powered features such as Maps, Google+, and more, with automatic platform updates distributed as an APK through the Google Play store. This makes it faster for your users to receive updates and easier for you to integrate the newest that Google has to offer.

The latest version is 12.6.88, which was released in May 2018.

References:

7207 questions
3
votes
1 answer

Adding Google-services.json for CircleCI to function, on a public repository

I've linked my Android project repository to CircleCI and when I build, I got an gradlew lint error saying that google-services.json is not present. Is there any way to add google-services.json to my project, without committing it to the…
Sachin Titus
  • 1,960
  • 3
  • 23
  • 41
3
votes
1 answer

Google Play Saved Games can not sync snapshot to other devices, and lost after changing device's language

I want to add a cloud backup / restore function to my app, so I checked the Google Play Saved Games function to see if it can work. The code I used was the example of Google Play Saved Game - Collect All The Stars 2, you can find it here:…
Joe T
  • 31
  • 1
  • 4
3
votes
0 answers

ApiException which checking for location settings in FusedLocationApi

I am using Google Fused Api to retrieve location in my app. So as usual before request location updates I checking for location settings status using mSettingsClient?.checkLocationSettings(mLocationSettingsRequest). This seems to be working on every…
3
votes
4 answers

All gms/firebase libraries must use the exact same version specification Android Studio

I know this question has been asked many time but I couldn't figure this out. Let me explain on 2 may firebase has announced that Firebase Android SDKs now have independent version numbers. Check here : Firebase Android Release Notes So I have…
3
votes
1 answer

Play Store app details link not working on phone

I have a link to a Play Store app which is published as an "Internal Release." E.g. https://play.google.com/store/apps/details?id=com.redacted The desired result of clicking this link is to open the Play Store to this app's details/installation…
Reed Spool
  • 843
  • 7
  • 15
3
votes
1 answer

How to stop BarcodeDetector

How do I stop the barcode Scanner after scan? barcodeDetector barcodeDetector = new BarcodeDetector.Builder(this) .setBarcodeFormats(Barcode.QR_CODE) .build(); }
Kopi Bryant
  • 1,300
  • 1
  • 15
  • 30
3
votes
1 answer

com.google.android.gms.common.api.ApiException: 10:

I want do Google SignIn using below gradle. implementation 'com.google.android.gms:play-services-auth:15.0.0' Below code for initialisation : private fun initGooglePlus() { val gso =…
Solution Soni
  • 183
  • 2
  • 2
  • 11
3
votes
0 answers

How to get data from Play store API

I have a requirement to display following information from play store to admin panel. Users Comments/Reviews App installs/Uninstalls (weekly/monthly/quarterly) Android Vitals (Crashes, Anr, Performance) In short I need to show most of the…
3
votes
1 answer

Google games sign in - error 12501 null response

I want to use google games in my app, I'm trying to make login into the google games but I always getting the error ERROR 12501. I tried to login to google and I got success, but not google games. GoogleSignInClient signInClient =…
3
votes
0 answers

AdMob loadAd java.lang.VerifyError

After upgrading from Google Play Services 11.8.0 to 12.0.1 the following errors started appearing: Exception java.lang.VerifyError: Rejecting class o.a because it failed compile-time verification (declaration of 'o.a' appears in…
sagis
  • 2,162
  • 18
  • 24
3
votes
3 answers

How to get purchased apps list, including the prices?

Background I have a small app (here) for showing a list of apps. Recently, I was informed that there is an app (here) that shows a list of purchased apps, including their prices. I've tested it, and it indeed shows all of the purchased apps, just…
android developer
  • 114,585
  • 152
  • 739
  • 1,270
3
votes
3 answers

Google playstore app version check not working any more

For force update I used to call the app url and check the for the html tag value but suddenly it stopped working there is no softwareVersion tag in the page so getting null. Is there any google api available to…
A J
  • 4,542
  • 5
  • 50
  • 80
3
votes
4 answers

GoogleSignInClient return 8 (internal error)

I'm trying to connect my game to Google Play Games Services, but when I try to login, it always returns me an error code 8 (internal error). The code is copy pasted from Google example: lateinit var signInClient: GoogleSignInClient override fun…
noktigula
  • 425
  • 6
  • 15
3
votes
2 answers

How to check version of google play services in firebase app

My app uses Firebase auth and database. Whenever a phone with a lower Google Play Services version uses the app... the functionality doesn't work and it doesn't tell the user that the version is too low and that they should update, but it does log…
3
votes
1 answer

Firebase: google-services.json error

It's my first time using the Firebase, I've walked with each step in the video and document provided by Firebase for android, but I am facing this error when i run my project. Information:Gradle tasks [:app:assembleDebug] Could not find…
Semony Samy
  • 43
  • 1
  • 7