Update a score already submitted to Game Center

后端 未结 2 1627
我在风中等你
我在风中等你 2021-02-19 22:24

Right now I am working on a Black Jack game for iOS and would like to have a leader board that shows which players currently have the most \"money\". So if they get a high score

相关标签:
2条回答
  • 2021-02-19 23:08

    Sorry to disappoint you but Game Center only writes a new score if it is higher than the previous one. You can reset the score board via iTunes Connect, but that will lose all previous users info.See the comments link

    0 讨论(0)
  • 2021-02-19 23:09

    Things have changed since iOS7. Now you can change the "Score Submission Type" to "Most Recent Score" instead of "Best Score". This is an option in iTunes Connect when you create a new leaderboard.

    enter image description here

    0 讨论(0)
提交回复
热议问题