Game Center
hi,
would this work to publish high score
rule--> when score > highscore
publish score to game center
or ist better to make a button to publish to game center?
would this work to publish high score
rule--> when score > highscore
publish score to game center
or ist better to make a button to publish to game center?
Best Answer
-
3xL Posts: 676
its up to you really. i have mine automatically submit it (which is ok since you can overwrite your old score with a new higher score) and then i have a button that loads the actual leaderboards if the user wants to see the competition.