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

API project is lacking Project ID in Google Developers Console

As you can see one of my projects in Google Developers Console is lacking the Project ID. It has Project Name specified though. (My Project was created for testing purposes only). "API Project" is used for Google Maps v2 Android API in my Android…
4
votes
1 answer

How do I pull multiple leaderboards from the Google Play Games API in Android?

I'm working on a multi level Android game and I want to pull the highscores after sign in. I'm doing this: Games.Leaderboards.loadCurrentPlayerLeaderboardScore(getApiClient(), getString(LEADER_BOARDS[i]), …
lukas1994
  • 1,799
  • 1
  • 13
  • 18
4
votes
2 answers

Google Play Game Services Sign In callback

I try to setup google play game service in my cocos2d-x game. I use for this BaseGameActivity.java and GameHelper.java files, so my main class is inherited from BaseGameActivity. When I call mHelper.beginUserInitiatedSignIn() it show google play…
4
votes
2 answers

Missing metadata tag with the name "com.google.android.gms.appstate.APP_ID" in the application tag of your manifest

NUM_OF_TRIES_TO_FIX_THIS=12;//I'm counting the apk's So we are having a big problem, we are 2 steps away from releasing our app, but we are not able to implement google play services into our app. It keeps telling us this in the log: 03-29…
4
votes
0 answers

Don't find the package com.google.android.gms.games.request on google-play-services_lib

I try to work with the google play API for my android project. I need to use the BaseGameUtils. But the BaseGameUtils use the package com.google.android.gms.games.request and i don't find this package ! I work with eclipse, and my…
gruyere
  • 41
  • 2
4
votes
0 answers

Using in-app billing in Application class

In my application I have one in-app product that can be purchased. This is a premium service unlocker for the application. Is it bad to check the purchase status in onCreate method in a class that extends Application? The pros of this is that it…
MikkoP
  • 4,864
  • 16
  • 58
  • 106
4
votes
2 answers

DriveFolder.listChildren() not showing all its children

I am making an app which works with google drive. I need to get a list of ALL files inside a folder, but it seems that it isnt possible: when I call listFiles method() i cant get all files inside a DriveFolder. But not only that, in the list of…
4
votes
0 answers

Validate InAppPurchase Google play C# Google Play API

I have an app with in-app-purchase and I'm trying to validate the purchase with my server that is written in c#. I've got google developer account + google play account with the app on it (in production) I did activate the Google Play Android…
4
votes
1 answer

Android After Adding Admob apk size increased too much

Well normally (without admob) my apk size about 650 KB after adding Admob (With Google Play Service) to apk its size become 1.5 MB is this normal? or are there any tool or etc. in Eclipse to know what increased the apk size?
mehmet
  • 1,558
  • 5
  • 30
  • 41
4
votes
4 answers

AdMob Banner not working on mobile data

I've recently started in Android App developing and I'm a getting the following error in logcat when trying to load the banner in my app. 03-02 17:30:58.509: I/Ads(12181): Use AdRequest.Builder.addTestDevice("My device ID") to get test ads on this…
MarioValpa
  • 43
  • 1
  • 4
4
votes
1 answer

Play Services and AdMob: Expected 4132500 but found 4242000

I'm trying to add ads in my app. Have been installing the latest Play Services (15) through the SDK manager, imported it in Eclipse (making sure to mark the "copy files" option as recommended), and added it as a library in my app project. The app…
knahrvorn
  • 71
  • 5
4
votes
1 answer

Android in-app billing API v3: getting started

This has been asked many times, but in all the questions there wasn't any guide complete enough. All the guides recycle the Sample project bundled with the billing library, even if on Android Developers it's clearly said that the util package…
Vektor88
  • 4,841
  • 11
  • 59
  • 111
4
votes
1 answer

Server-side access with cross platform single sign on configuration unclear

I am having trouble understanding the Android Google+ Sign in documentation I would like to support "sign in with Google" with Server-side access for your app and I also would like to support Cross-platform single sign on. However it's not clear if…
Niqo
  • 1,072
  • 10
  • 20
4
votes
1 answer

Android Studio AdMob Integration With Google Play Services

I am trying to add admob features to my application. I have done everything but I am missing some key points. Here is my graddle: apply plugin: 'android' android { compileSdkVersion 19 buildToolsVersion '19.0.1' defaultConfig { minSdkVersion…
gurkan
  • 3,457
  • 4
  • 25
  • 38
4
votes
1 answer

Google Play Services location not available after location restart

We have location updates from play services in an app. If I got into settings, turn off location, then turn it back on, we no longer get updates. The gps icon turns on, but nothing comes to the app. After that happens, I actually need to reboot…
Kevin Galligan
  • 16,159
  • 5
  • 42
  • 62