Hello, I have a question on Google play services leaderboards.
With a Google leaderboard, I need it to sort by both high score and fastest completion time, is this possible?
example:
Player: Sally Score: 50 Time: 1:12:00
Player: Mike Score: 50 Time: 1:15:00
Player: Don Score: 50 Time: 2:22:00
I currently do this using my own table and code with my website MySQL, but wanted to move to google play services leaderboard if it can do this.
I am looking to know if anyone knew of a way to sort a Google play services leaderboard by both high score and fastest time for each player. From reading about leaderboards at Google’s developer site I could not find that answer.
Google leaderboard(s) allow for ONE parameter, a numerical type score OR a time stamp, OR currency.
They do not seem to allow a sort order to combine both a high-score and the time taken to achieve that score in a single leaderboard. I thought I may be missing something and that someone here may know what that was.
Thank you, any help is appreciated.