You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi 👋
First of all, thanks for that amazing library!
I realized that for the recurring leaderboard type, we are missing a way to get the player score from the last occurrence. Maybe the Player.getPlayerScore method could have an optional boolean to fetch the last occurrence instead.
I've look at the Google Play Games Services API, but I can't find the same functionality unfortunately. So yes, it seems to be an Apple thing only. Still pretty useful though 😬
This is in fact an Apple only thing, as Game Center allows you to create recurring leaderboards that refresh at any timed interval you want. This method is specific to this type of leaderboard. Google has no equivalent.
I can implement this if you aren't working on it @Abedalkareem
@theLee3 Maybe we can implement this after I do the migration from the iOS/macOS folders to Darwin folder: #125
I'm just testing if everything is working fine.
Hi 👋
First of all, thanks for that amazing library!
I realized that for the recurring leaderboard type, we are missing a way to get the player score from the last occurrence. Maybe the
Player.getPlayerScore
method could have an optional boolean to fetch the last occurrence instead.Here's the documentation I found: https://developer.apple.com/documentation/gamekit/gkleaderboard/3618829-loadpreviousoccurrence
Thank you!
The text was updated successfully, but these errors were encountered: