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

Test google play services without uploading the APK

I'm currently working on an game app and trying to setup achievements with GooglePlay Game Services. Now my problem is, that I have to upload the apk every time I make an change. This slows down the developing process tremendous. So my question: Can…
Fatorice
  • 515
  • 3
  • 12
3
votes
2 answers

how to use google play service in Unity 3D?

I'm working at my new mobile game. The work is going well but when I tried to use google play services at the game, it didn't work by several reasons that I couldn't understand. There are many guides about using google play service, but still they…
3
votes
2 answers

GoogleService failed to initialize, status: 10, Missing google app id value from from string resources with name google_app_id

Im getting this error out of nowhere it used to work just fine. Here is what i have: in app.gradle dependencies: implementation "com.google.firebase:firebase-core:16.0.1" implementation "com.google.firebase:firebase-messaging:17.3.1" in app.gradle…
sn0ep
  • 3,843
  • 8
  • 39
  • 63
3
votes
1 answer

Leaderboard based on location

I am working on an android game(which is created using Unity3d engine) and I was trying to use google game service features when I stumbled upon a question implementing leaderboards. Is there any way to sort player scores based on their location? I…
3
votes
2 answers

Gradle sync failure after Firebase update

From yesterday ( 2018/08/14 ) i can't build our project without any change ( 2 days ago it was works fine ) because of this error : Failed to resolve: play-services-auth-base So i searched for this and some solutions found that said update firebase…
3
votes
1 answer

Dex file exceeded 64k after adding appbrain-sdk:14.30

I was adding Appbrain Sdk for Ads to my app gradle compile 'com.appbrain:appbrain-sdk:14.30' Now I'm getting this error: Error:The number of method references in a .dex file cannot exceed 64K. I followed the instruction by adding multiDexEnabled…
Tito's
  • 73
  • 6
3
votes
2 answers

Update firebase 11 dependency on Android Gradle

I have the follow app/build.gradle apply plugin: 'com.android.application' android { compileSdkVersion 27 defaultConfig { ... minSdkVersion 19 targetSdkVersion 27 ... } buildTypes { release { …
3
votes
2 answers

Program type already present: com.google.android.gms.common.util.VisibleForTesting

Hello I am getting following Error. I searched a lot, But none of the solution worked for me. Caused by: com.android.builder.multidex.D8MainDexList$MainDexListException: com.android.tools.r8.errors.CompilationError: Program type already present:…
Abhay Koradiya
  • 2,068
  • 2
  • 15
  • 40
3
votes
1 answer

Android In App billing fails with repsonse code 6

I'm using the Billing Manager provided in googlesamples to handle in app purchases in my android app. Everything seems to work until I click buy and am greeted with the error message: The Transaction could not be completed. From the logs I can see…
3
votes
1 answer

Why does the Play Services OSS plugin shows the maven artifact instead of a friendly name?

I decided to try out the Play Services OSS License Plugin and have run into something I don't quite understand. The plugin seems to be hooked up correctly because I see then when viewing the OssLicensesMenuActivity. My App But looking at the stock…
Justin Brooks
  • 99
  • 2
  • 6
3
votes
3 answers

React-Native Android Build Failure: Execution failed for task ':app:processDebugResources'. Failed to process resources

I cannot figure out what is wrong with the build. I tried the common solutions of running ./gradlew clean as well as adding the android.enableAapt2=false to the gradle.properties. The google-services.json folder is at the /android/app level. Im at…
3
votes
2 answers

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

I'm trying to use google sign in sample, but it doesn't work. I receive ApiException statusCode = 10 I use the same code like here https://developers.google.com/identity/sign-in/android/
3
votes
0 answers

fix ionic cordova google-services/firebase build error

Hi I have a ionic cordova project and it build ok on ios, but when i invoke ionic cordova build android (or "ionic cordova run android" either) it return the following error: Failed to notify dependency resolution listener. The library…
3
votes
3 answers

How to check the whether the android device has google play services running on 10.2 or greater

As per the documentation on official page of google the SMSRetriever api needs google play services min 10.2 on device. Prerequisites The SMS Retriever API is available only on Android devices with Play services version 10.2 and newer. …
Manmohan Soni
  • 6,472
  • 2
  • 23
  • 29
3
votes
3 answers

Xamarin FirebaseApp.InitializeApp(this) returns null in 60.1142.1

I've looked at every question on the net regarding this bug. It seams to have been very common with versions < 42.1021.1. But I have the newest version and the bug is still occurring. I have added my google-services.json and selected the appropriate…