Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am using regular objective-c in Xcode, I created a game center leader board on iTunes Connect and I have set up game center so when my app is opened it asks for a login the first time then checks to see if you're already signed in or not every other time after that.. I also have a high score saved as a userDefault integer I just don't know how to take my int "HighScore", create a public leader board and then put everyones HighScore on to the leaderboard and I cannot find any tutorials on making leaderboards and apples developer website just doesn't help.
Posted
Comments
Sergey Alexandrovich Kryukov 30-Jun-14 23:44pm    
It seems a weird idea, trying to find a manual on "leaderboards". Your problem is not clear. Your "don't know how to take my int" is not informative, we don't know take from where, why, and what is already done, and is it done reasonably or not. Imagine that you are the one who is going to provide some help to someone asking such question. Would you think that this information is useful and sufficient?
—SA
Russ Perlow 30-Jun-14 23:54pm    
I though it was clear but I see how it is not. I have a NSInteger in 2 files, my main screen and my game screen which is the users highest score. Its saved in userDefaults so it always remains. All I want to do is store everyone's high score on a game center leader board. I want to have a global leader board where its the top 15 people in the world and then a second one with just game center friends so you can compare your personal score against your friends scores. I don't know if I made it more clear or worse sorry I don't really know how to clearly explain it without sitting and showing you everything in my code and examples of what I want to achieve.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900