gdx-gamesvcs icon indicating copy to clipboard operation
gdx-gamesvcs copied to clipboard

Easy integration of gameservices in your libGDX game: Google Play Games, Apple Game Center, Amazon GameCircle and more

Results 7 gdx-gamesvcs issues
Sort by recently updated
recently updated
newest added

It seems not possible to identify an user with his login, for example to store game data in an external database? There is the function "getPlayerDisplayName()" but the display name...

enhancement
core

Hello, And sorry for the long post. I've been working on the refactoring of the `android-gpgs` module and I needed to make some interface changes to the code. This PR...

Hello, I've been using your library for integrating Google Play Services to my game project, and it has been working fine when I'm running it on desktop (using desktop-gpgs module...

The following might be related to https://github.com/MrStahlfelge/gdx-gamesvcs/issues/45. When publishing an Android app that uses your (great! ❤️ ) library for using GPGS, it shows the following waring: > Your latest...

That's what I see (IntelliJ 2023.2 RC):

``` 10-16 20:52:17.750 19029 19053 E Volley : [5773] bmi.a: Unexpected response code 401 for https://www.googleapis.com/games/v1/applications/************?language=hu-HU&platformType=ANDROID 10-16 20:52:18.491 19029 19500 E SignInPerformer-6: Failed to load game for package [****************] [CONTEXT...

https://github.com/MrStahlfelge/gdx-gamesvcs/blob/20d89c1f4dc160b23df7311dc0f8c64196c4890b/android-gpgs/build.gradle#L36-L39 I just discovered there's v2 of Google Play Games Services. [Here's the migration guide](https://developers.google.com/games/services/android/migrate-to-v2). I'm creating this issue to keep track of this.