MrStahlfelge / gdx-gamesvcs

Easy integration of gameservices in your libGDX game: Google Play Games, Apple Game Center, Amazon GameCircle and more
Apache License 2.0
113 stars 20 forks source link

GPGS Android: crash when no listener set #16

Closed MrStahlfelge closed 6 years ago

MrStahlfelge commented 6 years ago

GPGS Android implementation does not check if a game service listener is set on all method calls. Therefore it crashes when login() or resumeConnection() is called and no listener is set.