I've read that Game Center Leaderboard scores are only updated when the newly posted score is greater than the already existing score.

This made me wonder if it is possible at all to have a Game Center Leaderboard that stores scores counting down, for example "time to complete level". Can this still be achieved with the correct setup of the Leaderboard, for example with sorting and formatting modifiers?

And just to confirm, is it really not possible to have a Game Center Leaderboard simply accept the value that you send to it, regardless of whether it is greater or smaller?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

You can choose low to high or high to low leaderbord type in iTunes Connect.

And you can always send any value to Game Center server, it's just that it will not save it unless it's higher* than the current score.

* if it's low to high leaderboard value that is technically lower is actually a higher score.

link|improve this answer
2  
Thanks for clarifying this! Too bad you can't just overwrite scores to store arbitrary values. – LearnCocos2D Oct 15 '11 at 22:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.