I don't think there is any way to do that - call data from Game Center - the only thing you can do is add a Game Center View Leaderboards button.
@yasoofx didn't actually mention Game Center, you can definitely do this locally with your own high score system, it would just be a case of saving the top scores to attributes or a table, and then recalling them on the high score screen.
I don't think there is any way to do that - call data from Game Center - the only thing you can do is add a Game Center View Leaderboards button.
@yasoofx didn't actually mention Game Center, you can definitely do this locally with your own high score system, it would just be a case of saving the top scores to attributes or a table, and then recalling them on the high score screen.
I don't think there is any way to do that - call data from Game Center - the only thing you can do is add a Game Center View Leaderboards button.
i want the locally one, Plus is there a way i can make people rename it?
As allready mentioned, save the scores in a table. Compare after each game the current score with your highscore table, add ROW/COL with new score if needed and delete last ROW/COL in table. Do you want to input name when new highscore is added and afterwards being able to rename the name or ??
As allready mentioned, save the scores in a table. Compare after each game the current score with your highscore table, add ROW/COL with new score if needed and delete last ROW/COL in table. Do you want to input name when new highscore is added and afterwards being able to rename the name or ??
I want it when they finish the game it will tell them to write the name
Comments
Do you want to input name when new highscore is added and afterwards being able to rename the name or ??