MrStahlfelge/gdx-gamesvcs

Possibility to fetch leader board entries and achievements status

MrStahlfelge opened this issue · 2 comments

At the moment, it is only possible to show achievements status and leader board entries via showLeaderboard or showAchievements if the game service provides an own interface.

Methods for fetching this data are needed in the core interface and implementations in the game service clients.

Added to core. Must be implemented for Kong (only leaderboards), GameJolt, GPGS and GameCircle.

Core enhancement is done. New issues for the implementing clients are opened.