Every user will have single score, so you are correct in your assumption, if you have 10,000 users, and one leaderboard, the maximum possible scores recorded would be 10,000.
The current implementation of leaderboards will return every 25 scores at once. We have advanced leaderboard enhancements planned; which we will roll out in due time.
3.Currently we don’t provide the facility to just pull one score.
Thanks for checking into this and providing info. I appreciate the details.
I will submit the feature requests as well.
If I am correct in my assumption, if I wanted a list of top 100 scores, I would call getLeaderboardScores 4 times, and save the results in my listener?
Every user will have single score, so you are correct in your assumption, if you have 10,000 users, and one leaderboard, the maximum possible scores recorded would be 10,000.
The current implementation of leaderboards will return every 25 scores at once. We have advanced leaderboard enhancements planned; which we will roll out in due time.
3.Currently we don’t provide the facility to just pull one score.
Thanks for checking into this and providing info. I appreciate the details.
I will submit the feature requests as well.
If I am correct in my assumption, if I wanted a list of top 100 scores, I would call getLeaderboardScores 4 times, and save the results in my listener?