how to add high score to Game Centre in iOS
Simple Apps
Member Posts: 158
I am new to Game Centre. can any one know how to add high score to Game Centre.
Comments
Game Center video tutorials cover this. Try a google search.
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
https://help.gamesalad.com/hc/en-us/articles/203082527-7-2-Game-Center-achievements
What I do is save score every .10 depending on how fast a score can change...on the same scene I load that attribute...and say when the level is finished or a checkpoint is reached I "post score" with a leaderboard name similar to "com.shookie.slotsalot.cash" as an ID and gameattribute "cash" or "score"...whatever you want to call it.
Make sure tou provide a rule to login on your first scene before gameplay.
Complete Guide to iOS Publishing {} Complete Guide to Mac Publishing
Don't use "." in your name Amazon and I think Google Play won't accept them. If you want to use a name separator use "_". This way you won't have a coding issue to deal with if and when you publish to other stores using the same binary.
Universal Binary Template - Universal Binary Template Instructions Rev 4 (Short) - Custom Score Display Template