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

Conflict with firebase 11.8.0 and google-services plugin 3.1.2

I have an apparent conflict with firebase 11.8.0 and google-services plugin 3.1.2. The build fails recommending that I use version 11.4.2 of firebase instead. Relevant extracts of my gradle build files: Root build.gradle buildscript { …
Carmen
  • 1,574
  • 17
  • 18
3
votes
1 answer

Android GMS lib throws IllegalArgumentException: Unexpected number of IObjectWrapper declared fields: 3

Started seeing this crash in our app: E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.debug, PID: 25873 java.lang.IllegalArgumentException: Unexpected number of IObjectWrapper declared fields: 3 at…
tir38
  • 9,810
  • 10
  • 64
  • 107
3
votes
1 answer

com.google.android.gms.location.LocationListener not working in my activity

I would like to retrieve the device position each time the user moves but the onLocationChanged callback does not work. could someone please help me? here is my code of my activity that manages the google map. Please note, I'm using the…
3
votes
2 answers

Edit google-services.json for different flavors in Gradle

Answered here. I have more than one flavor in my app and I want to use the same google-service.json for all of them, so I've thought about set the value of the attribute package_name as a regular expression and replace it using a task in my…
Óscar
  • 1,143
  • 1
  • 19
  • 38
3
votes
2 answers

Battery drain via Google Play Services persists after location services are used in Android

I'm using location & activity recognition features of android. Used for realtime location tracking. Currently using the latest ConnectionLess APIs. I have encountered the following problem: After starting the location, activity services, once in a…
ranjjose
  • 2,138
  • 1
  • 24
  • 46
3
votes
3 answers

How to show the welcome popup on play games services?

I implement the google play game services on my game. I can connect on it but when I come back to my game, I can't show the welcome POPUP ... How can I show it ? I tried the setViewForPopups and setGravityForPopups like they said on the…
trunyk
  • 31
  • 4
3
votes
2 answers

Scan QRcode with inverted colors using Vision API

After struggling a few hours on making my app detect this QRCode: I realized that the problem was the in the QRCode appearance. After inverting the colors, the detection was working perfectly.. Is there a way to make Vision API detect the first…
Louis
  • 1,913
  • 2
  • 28
  • 41
3
votes
0 answers

GoogleApiAvailability.getErrorDialog(...) not taking me to System Settings

I'm working on some error handling cases in case of missing play services. I followed the code snippet that is commonly handed around for this case (cf. here or here), to show an error dialog in case of 'user resolvable' errors. --> This works…
fgysin
  • 11,329
  • 13
  • 61
  • 94
3
votes
0 answers

Downloading google-services.json through api

Is there any way to download the google-services.json from our firebase project console through some api and not manually.
vaishali
  • 312
  • 1
  • 8
3
votes
1 answer

Fixing High RAM usage in background and Google services constantly running in my App

[INTRO] I have developed an android app about a year ago and it is having acceptable success in the play store. I am always improving it to offer optimal performance. [PROBLEM] I have recently noticed that the application is using three processes…
Elio Khattar
  • 320
  • 1
  • 3
  • 16
3
votes
3 answers

Android Billing how to use setAccountId or assign payment to custom identifier

I would like to **allow my users using my app across multiple devices **. Users have to log into my app through firebase auth. Problem is that payments are assigned to account that is signed on the device (google play), not with account signed into…
svkaka
  • 3,942
  • 2
  • 31
  • 55
3
votes
1 answer

Safety environment check in android using SafetyNet Attestation API is not working as it not getting callback on success or failure callback

For saftey environment check in android I was using https://developer.android.com/training/safetynet/attestation.html SafetyNet.getClient(this).attest(nonce, API_KEY) .addOnSuccessListener(this,successListner) …
3
votes
4 answers

Is there are any way to publish an App update without having previous signed keystore file?

Currently, I am working on an Android app which has already published on the app store. Now I want to publish app update with some extra features but the problem is now I don't have the previously signed keystore file. Is there any way to publish…
3
votes
3 answers

Error (4800004) authorizing web app

I was debugging my app in my personal Google play services account but the company I am working on has already got their Google play services account so I changed and DELETED (deleting api credentials and unpublished it) the game. I have managed to…
3
votes
0 answers

Unity build error after creating signing key

I'm building my app for android. I have set things like: company name, product name, package name, version, bundle version code and after generationg keystore I have this error: Win32Exception:…
sswwqqaa
  • 1,545
  • 3
  • 15
  • 29