Skip to content

Releases: Abedalkareem/games_services

🎁 4.0.1

09 Feb 08:22
Compare
Choose a tag to compare

What changed?

  • Add ability to get Play Games auth code for use with backends by @theLee3
  • Add PlayerData class to return more score holder details by @theLee3
  • Add isAuthenticated check alongside DEBUG signInFailed by @theLee3
  • Add signInFailed check to prevent hanging on hot reload by @theLee3
  • Handle consent exception when calling loadLeaderboardScores with Scope.friendsOnly by @theLee3
  • Ensure all task exceptions are handled, to prevent crashes. by @Erfa

4.0.0 🎁

04 Nov 18:00
Compare
Choose a tag to compare
  • migrate to Google Play Games Services 2.0.0.
  • use the Darwin folder for iOS and macOS.

3.0.3

02 Sep 11:54
Compare
Choose a tag to compare

3.0.2 🎁

22 Aug 02:31
Compare
Choose a tag to compare
  • Fix class not found exception on android @theLee3

3.0.1 🎁

06 Mar 02:27
Compare
Choose a tag to compare

What's Changed

  • add playerIsUnderage by @theLee3
  • add playerIsMultiplayerGamingRestricted by @theLee3
  • add playerIsPersonalizedCommunicationRestricted by @theLee3
  • Fix getSavedGames crash by @AntonHolovin
  • Exclude Gson serialized data models from obfuscation by @theLee3
  • Return OS not supported errors instead of nil in iOS by @theLee3

To view all changes:
3.0.0...3.0.1

3.0.0 🎁

04 Sep 10:16
Compare
Choose a tag to compare

What's new?

Rearrange classes to group features:

  • GameAuth for authentication.
  • Achievements for anything related to Achievements.
  • Leaderboards for anything related to Leaderboards.
  • Player for anything related to Player.
  • SaveGame for anything related to save game.

Achievements and Leaderboard scores 🚀

03 Sep 02:40
2e2fcf2
Compare
Choose a tag to compare

What's new?

  • Now you can load the achievements data to build your own custom UI 🎁.
  • Now you can load leaderboard scores data to build your own custom UI 🎁.

Saved Games 🎁

24 Aug 17:07
49dae95
Compare
Choose a tag to compare

What's new?

  • Add save game.
  • Add load game.
  • Add delete game.
  • Add get saved games.

2.0.9

21 Aug 02:19
5817bf5
Compare
Choose a tag to compare

What's new?

  • Support getting the current player score 🚀.
  • Now in case of success null will return.
  • In case of error an error will return.

Add a function to get the player name 🎁

07 May 17:43
Compare
Choose a tag to compare

Add a function to get the player name, thanks to @guglielmino 🚀