how to add high score to Game Centre in iOS

I am new to Game Centre. can any one know how to add high score to Game Centre.

Comments

  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273

    Game Center video tutorials cover this. Try a google search.

  • Thunder_ChildThunder_Child Member Posts: 2,343

    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.

  • colandercolander Member Posts: 1,610

    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.

Sign In or Register to comment.