Play Games Loadleaderboardmetadata() Returns Outdated Data
I'm working on an app with Play Game Services, and I'm making a custom UI to display the list of leaderboards with only the score and the ranking of the player as dynamic data. The
Solution 1:
I finally found that by using the loadCurrentPlayerLeaderboardScore instead of the loadLeaderboardMetadata method, it seems to work.
Update: Except that this method is really slow if you have 30 leaderboards, and it throws error because you make to much call to the API's, so it is not a viable option. Except if you have very few leaderboards.
Post a Comment for "Play Games Loadleaderboardmetadata() Returns Outdated Data"