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
4
votes
2 answers

Publishing new app with same package name

I messed up and accidently lost my key to my app so I have to take down my app and put the new one. Can I keep the same package name or do I need to change it? I unpublished my old app but is there a way to delete it so I can use the same package…
user2779837
  • 301
  • 3
  • 15
4
votes
1 answer

Android Fused Location API - how to use PRIORITY_BALANCED_POWER_ACCURACY and PRIORITY_HIGH_ACCURACY in one application?

Android Fused Location API - how to use PRIORITY_BALANCED_POWER_ACCURACY and PRIORITY_HIGH_ACCURACY in one application? Hi, I am developing an applicaiton which need to send periodic location updates. I have used Fused Location API with a locaiton…
4
votes
2 answers

proguard causes a crash in google play services' ActivityRecognitionResult getMostProbableActivity

I've recently released an app to the play store, and while it works perfectly fine without proguard, i've got an unexpected crash when i did decide to use it. I've looked here for the recommended proguard rules for google play services, i've also…
Anton Wolkov
  • 163
  • 2
  • 10
4
votes
1 answer

Google Plus Login : Google Play Services out of date exception

I am trying to integrate Google Plus Login in my android application. When I tried running this application on android Google API emulator, I get a dialog box prompting me to update the 'Google Play Services'. On clicking 'Update' button nothing…
Raeesaa
  • 3,267
  • 2
  • 22
  • 44
4
votes
1 answer

My app is in compatible in 2.3.3,how make it compatible

I am developing an application which is compatible with versions 2.3.3 and above
Vikky
  • 933
  • 2
  • 15
  • 29
4
votes
3 answers

Android - Google Play Game Service, Could not find method android.view.View.getDisplay

The sign-in popup windows didnt show up. The logcat said Could not find method android.view.View.getDisplay, referenced from method com.google.android.gms.internal.bn$b.b VFY: unable to resolve virtual method 3169:…
ioipts
  • 41
  • 3
4
votes
1 answer

AppStateClient loadState retrieving null bytes

In my Android App, elsewhere I am (definitely) firing off an appStateClient.updateStateImmediate with some data in it. But when the callback onStateLoaded finally does fire afterward, the incoming bytes are null. & for the record, am reaching…
Malachi
  • 2,260
  • 3
  • 27
  • 40
4
votes
2 answers

Google Play game services -- are unlocked achievements automatically shared through g+ or not?

We're adding Google Play game services achievements to our game (Epic Swords). We're in final testing, it works except I had expected that unlocked achievements would be visible or posted in some manner through g+. I do not see this sharing…
mwk
  • 1,959
  • 1
  • 14
  • 22
4
votes
3 answers

Google Maps Android: snap polyline to street

Using Google Maps Android v2, how can I snap a route drawn with a polyline or just the points that are getting connected to a street? I am getting locations from Google Play Services, but accurency is usually around 5-10 meters, so points are not…
4
votes
2 answers

GamesClient not connecting. Error: "Call connect() and wait for onConnected() to be called."

I am trying to use GamesClient to use the leaderboards of the Google Play Game Services. Right now I have it so when the importbutton is clicked, the GamesClient is used to submit some scores. As seen below I get an error saying connect() and wait…
Matt
  • 3,882
  • 14
  • 46
  • 89
4
votes
1 answer

Authenticated Cloud Endpoint intermittent failure in Android client

I have an application in production that is receiving a significant number of force/closes when calling an authenticated Cloud Endpoint. The most telling message is " java.lang.IllegalArgumentException: Service not registered:…
jdub
  • 133
  • 8
4
votes
3 answers

google play game services - testing accounts login results in unknown error

I've followed the tutorials on how to implement the google play game services for android and have ended up with the simple google+ sign in. I tried how ever to login before I had fixed a problem. And now I can't login using this account, but I can…
just_user
  • 11,769
  • 19
  • 90
  • 135
4
votes
2 answers

Google Play Services Jar files Java Docs and Sources

I am about to use the new Location api in the google-play-services.jar. I found the jar but now I want to set up the source and java doc for this jar. Does anybody know what the settings should be. Do I need to download it from somewhere or its…
Thupten
  • 2,158
  • 1
  • 24
  • 31
4
votes
2 answers

Google Play Services in an Android Studio 0.1.1 gradle project?

The latest update to Android studio does not allow one to access the project structure GUI from a project that uses gradle. Although I have configured the gradle script to use google play services, for some reason I am still unable to use the…
Alexander
  • 3,037
  • 6
  • 24
  • 17
4
votes
0 answers

PendingIntents and Google Play Services - how to do cleanup

I've been playing around with User's activity recognition and the Fused location provider and noticed that even after I uninstalled the sample app, activity recognition requests / location requests are still being fired as I'm seeing the following…
ddewaele
  • 22,363
  • 10
  • 69
  • 82