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

G+ signin on android throws INVALID_CLIENT_ID

I am trying to implement G+ sign in, in our app, however, despite having repeatedly updating the client id, and recreating a new one as well, I keep on getting an error saying I/GLSUser﹕ GLS error: INVALID_CLIENT_ID myemail@domain.com…
Amit
  • 3,952
  • 7
  • 46
  • 80
4
votes
1 answer

Geofences not available and how to handle it

I'm working with geofences on android, it's all working fine on most phones, but on some of them, it's just not working (showing "geofences not available" in my error logs). Some users don't have their location tracking enabled for Google Play…
Quentin
  • 671
  • 2
  • 8
  • 20
4
votes
4 answers

dialog unknown issue in google play services when try to use Google Drive sample

I Google more then 4 hour but not getting the solution. I register my app pkg and hash key in app console. I am using sample provided by Google developers. But what happening I don't know. not able to post and image due to less reputation Sorry for…
4
votes
1 answer

When should I disconnect from Google Play Services in my Android app?

My app uses the Location Client in order to retrieve current location and also route to points placed by user on a map. I am new to the google play services and am wondering as far as best practices go when should I disconnect my LocationClient if…
dwp4ge
  • 1,963
  • 22
  • 27
4
votes
2 answers

Receiving exit notification for geofence while still inside

I'm making an application that times how long you stay inside a geofence. A timestamp is taken when the entry event is detected and it is compared to a timestamp taken when the exit event is received. This worked fine with my Galaxy Nexus during…
4
votes
2 answers

Google Mobile Ads - get publisher provided location

Google Mobile Ads With Google Play services 4.1, the Google Mobile Ads SDK now fully supports DoubleClick for Publishers, DoubleClick Ad Exchange, and Search Ads for Mobile Apps. You can also use a new publisher-provided location API to…
dira
  • 30,304
  • 14
  • 54
  • 69
4
votes
3 answers

Admob Google Play services. null pointer exception when showing interstitial ads

I'm trying to integrate admob to my game, but I'm getting nullpointerexcpetion when I'm trying to show interstitial ads. Here is my code.. Inside of onCreate interstitial = new…
Croc
  • 41
  • 1
  • 3
4
votes
1 answer

Google in-app non-renewing subscription

Does google in-app purchase provide non-renewing subscription? Or do I have to simulate that using managed in-app products? I am following the language of the official docs which distinguishes managed in-app goods vs subscriptions.
4
votes
2 answers

Opponent getIconImageUri() returns null

In my game I'm trying get opponent's profile picture, but getIconImageUri() returns null, code below only show in log Uri to my profile picture. I also have same problem with player name. My player name is fully displayed (First and Last name) but…
user1483208
  • 385
  • 5
  • 24
4
votes
1 answer

Optional install of Google Play Services

I'm working on an Android app that wants to use Google Cloud Messaging. This in turn requires Google Play Services. The Android developer site goes through how to check whether Google Play Services is available, and if not use an error code to be…
4
votes
1 answer

GCM Does Not Receive Message Below Android 4

My Gcm Application receives fine message from GCM for Android 4 and higher. But below my application does not receive message. This is the GcmBroadcastReceiver: public class GcmBroadcastReceiver extends WakefulBroadcastReceiver { @Override …
4
votes
0 answers

Add a google plusone button to an android ndk opengl based app

I would like to add a Google +1 button to my Android NDK opengl-based app. The docs say I should add the PlusOne view to my layout:
Chris
  • 1,522
  • 1
  • 12
  • 19
4
votes
2 answers

gcm GoogleCloudMessaging new implementation

I tried to update from the gcm.jar to get the GCM from the google-play-services.jar. I'm using the same code as shown here. I'm using the same server (node-gcm) as before the change of the client implementation. I get the registrationId but when I…
4
votes
3 answers

my Google+1 button is grayed out and not working?

i was trying to integrate G+ button in ma app.The G+ buttons grayed out.and its not counting.how to turns red ? public class HomeActivity extends SherlockActivity implements ConnectionCallbacks, OnConnectionFailedListener{ private static…
Asthme
  • 5,163
  • 6
  • 47
  • 65
4
votes
1 answer

Google Plus SDK for Android : "Activity started without an EXTRA_ACCOUNT"

I am playing with the Google Plus sample app. When I click on "+1", I have the choice between "Ok" or "Share". When I click on OK, everything is fine. But when I click on "share", I have got an alert saying that "Google Plus app stopped" and the log…
toto_tata
  • 14,526
  • 27
  • 108
  • 198