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

Google Play Game Services Real-time Multiplayer stopped working

There was a global issue with Google Play games services. Since March 28, about half of users do not work online multiplayer. I get a lot of emails from users. The problem is really global. With her faced many developers. This may be due to the…
denri11
  • 63
  • 5
6
votes
1 answer

Google Leaderbord ApiException

My leaderboard doesn't work properly. I am able to show my leaderboard, but submitting score isn't working with the following code I tried to find out what is the problem, I get a APiException Message: 26502:…
6
votes
2 answers

"signInSilently(): failure" when trying to sign in to GooglePlay Game Services with LibGDX

I have been trying to add Google Game Services to my LibGDX project for the past 3 days now at first I tried the LibGDX tutorials but all of them seem to be outdated. Then I was advised to use the Google Game Services official code LibGDX: How to…
Harry
  • 1,021
  • 4
  • 21
  • 41
6
votes
0 answers

Android google play games select activity to launch when clicked on notification

Is there a way to select which activity to launch when you press on a game services notification? It always brings me to the main activity, even though I have registered my NotificationListener in another activity. Is there a intent extra/bundle I…
qwertz
  • 6,206
  • 9
  • 40
  • 62
6
votes
2 answers

Saving to Google Play Cloud Save Automatically

BACKGROUND I'm working on an android game that has been published on Google Play Store. And now I'm planning to add Cloud Save feature as an update. (FYI: I'm using Unity and Play Games plugin) PROBLEM After hours of research and experiment, I'm…
6
votes
1 answer

android turn-based multiplayer custom invite screen

I am trying to create a custom UI screen for the "player picker UI" that comes with google play services for turn based multiplayer. The default one can be seen…
6
votes
0 answers

GPGS reliable messages not reaching other player

I am using google play game service to handle the multiplayer in my game but I have reached major stumbling block. I use realtime multiplayer in game and send reliable messages periodically between the users (1 message per second on average; larger…
6
votes
1 answer

How to use BaseGameActivity.getApiClient() in multiple activities?

In my game app I would like the user to sign in to Google Play Services during the starting activity so I had it subclass BaseGameActivity. Then a separate activity is started for the game, at the end of which I want to update a leaderboard using…
6
votes
3 answers

Google Play Game Services - unable to sign in to Game Center

Things I've done so far: added and linked my app in the Dev Console (game services) included the App_id into my app/manifest added BaseGameActivity and GameHelper to my project (from GitHub) added the google-play-services library to my…
6
votes
4 answers

Google game services sign in issue (fails first attempt, successful second)

Currently trying to connect my game (that uses libgdx) to Google Game Services to enable leaderboard/achievements etc and seeing some strange behaviour. Problem When I first tap on "Sign in", it displays the dialog to choose your google account,…
pyko
  • 3,399
  • 5
  • 26
  • 31
6
votes
4 answers

Can I have android games using the same leaderboards and achievements in google play games

I have two games free one (with ads) and paid. On iOS they share leader boards and achievements that are in one group. Is it possible to have single leader board for those two apps in Google Play Games service to share. Shall I link to signle GPG…
michael
  • 3,250
  • 10
  • 43
  • 58
6
votes
2 answers

How to give access to Google Play Developer Console Game services page to other accounts?

We have a game on Google play created with a developer account and then we have admin access to that game trough our personal accounts (we are multiple developers). Recently, I have added achievements to that game using the Game Services page, the…
arielsan
  • 418
  • 2
  • 4
  • 11
6
votes
0 answers

Google Play Game Services; Invitation system

In my Android game, I want players to be able to invite their friends to a game match that will take place at a later date and time. The player who created the match chooses this date and time. I want these invitations to be able to be pending,…
HigiPha
  • 742
  • 9
  • 19
6
votes
1 answer

AndEngine with Google Play game services

Im using AndEngine-GLES2-AnchorCenter and I want implement Google Play game services. I copied BaseGameActivity and GameHelper classes from BaseGameUtils (part of Google Play game services - Android Samples) to my project in same util…
Shaddow
  • 3,175
  • 3
  • 22
  • 42
5
votes
0 answers

Pre-launch report exception: IllegalStateException: Not connected. Call connect() and wait for onConnected() to be called

Following the update of multiple games with Google's Play Games Services sign-in integration the following exception appeared in the pre-launch reports: Exception java.lang.RuntimeException: Failure delivering result ResultInfo{who=null,…
sagis
  • 2,162
  • 18
  • 24