Questions tagged [google-play-games]

The Google Play Games services SDK provides cross-platform game services that lets you easily integrate popular gaming features such as achievements, leaderboards, and Cloud Save in your web-based games.

The Google Play Games services SDK provides cross-platform game services that lets you easily integrate popular gaming features such as achievements, leaderboards, and Cloud Save in your web-based games.

The project home https://developers.google.com/games/services/

1692 questions
15
votes
3 answers

android play games services is incorrectly configured. anyone know how to fix?

I have a weird bug that's cropped up. My app works perfectly when I sign it with the android debug key store. But when I sign it with my own key, users are unable to sign in. I get the message "The application is incorrectly configured. Check the…
UKDataGeek
  • 6,338
  • 9
  • 46
  • 63
14
votes
2 answers

GoogleApiClient Sign In Fails

I'm trying to use the Google Games turn based Api for my Android game. The code I use to connect my GoogleApiClient comes from Google's Api samples or documentation. Inside of my implementation of onConnectionFailed I have tried two separate…
BLUC
  • 2,590
  • 2
  • 15
  • 24
14
votes
1 answer

How to retrieve google play games ID with the new updated Google play games Gamer ID?

I have used Google play unity package for google play Service sign In. Using the profile ID(generated at sign In) I have identified the users.But as of now,the updated google Play games generates new profile ID(which starts with 'g') for the same…
Nijanthan
  • 137
  • 2
  • 12
14
votes
2 answers

List all the leaderboards in Google play game services

In the documentation the code snippet to display leaderboard is startActivityForResult(Games.Leaderboards.getLeaderboardIntent(getApiClient(), LEADERBOARD_ID), REQUEST_LEADERBOARD); This goes into the given leaderboard with LEADERBOARD_ID My game…
Ajitha
  • 239
  • 3
  • 10
13
votes
1 answer

Libgdx - IllegalStateException at unknown location

I am using android studio 1.3, and libgdx 1.6.2 to create a game. I want to incorporate google play services to my game and I have completed everything in one step, because I did it before without problem. However, this time it gave me an exception:…
Fish
  • 1,689
  • 1
  • 18
  • 28
13
votes
6 answers

No Pop Up is displayed when Calling Games.Achievements.unlock

My current Android game employs BaseGameActivity. My game employs Achievements, which are getting unlocked when required. However, I do not ALWAYS see the PopUps related to the unlock event. I know the popup only appears when you first unlock the…
Hector
  • 4,016
  • 21
  • 112
  • 211
12
votes
3 answers

unfortunately google play services has stopped in genymotion

Hi friends I added google play service to genymotion emulator,I drag the zip files of gapps and also arm v1 to it but when I opening the emulator its getting unfortunately google play services has stopped and also when I am trying to add account in…
sun
  • 1,832
  • 4
  • 19
  • 31
12
votes
3 answers

Using Google Play Games Services in emulator

I'm working on a game which integrates Google Play Games Services. It works fine on a physical device. But when I run the app on an emulator it says "Install Play Games Services" as shown below. I'm using x86_64 Android 6.0 (with Google APIs) image…
11
votes
2 answers

Google Play (Issue: Inaccurate Target Audience)

See This Google Play Mail:- Issue: Inaccurate Target Audience We determined that your app and store listing contain elements that appeal primarily to children, therefore the target age groups you’ve selected are inaccurate. For example, your…
11
votes
0 answers

Android Play Games: Custom Room Configuration with flexible amount of players

I am developing a real time multiplayer game. The game itself is working fine. I am struggling with the Room Configuration. I use google play games as a framework. The game concept is managing an amount of players from 2 up to 7 for a single room.…
11
votes
2 answers

Android App crash with BaseGameActivity

So, somewhat hard to ask. I wanna use the google play game service to access a leaderboard for my game. I tried to use BaseGameActivity like it is shown here Accessing the Games APIs Tried a few things, did some search but cannot figure out the…
FokTheRock
  • 111
  • 1
  • 6
10
votes
4 answers

How to get score from google play game service's leaderboard of current player?

Currently I am doing game that integrated with Google Game Play Service and I want to compression score between score and best of score, so I easy inform player that they are getting New High Score. But I don't how to getscore from google game…
SopheakVirak
  • 961
  • 6
  • 14
  • 36
10
votes
4 answers

Login issues with Google Play Game Services

I'm currently implementing the Google Play Game Service into my game to provide a multiplayer real-time gaming feature (using libgdx and BaseGameUtils). Everything is working fine on my Nexus 4 with my main Google account (Sign in, creating a room,…
mavoka
  • 111
  • 1
  • 5
9
votes
0 answers

"Overlay" Google Play Games Activities

I am using Google Play Game Services in my game, and the default Turn-Based UI it provides. My whole game is written in Libgdx, and I am not very well-versed in "core" Android UI stuff. Now, when I launch a GPGS activity via startActivityForResult…
user38725
  • 876
  • 1
  • 10
  • 26
9
votes
2 answers

`Leaderboard` tab not showing in Google Play Games while `Achievements` tab is there

I have enabled and added a leaderboard and achievements to my game. The leaderboard tab is not being displayed in Google Play Games, but the achievement tab is. I've read that the app needs to gain enough attention? What does that mean exactly? And…
Z0q
  • 1,689
  • 3
  • 28
  • 57