Adding a leaderboard of high scores
We will submit the player's scores to the Game Center servers every time they finish a game. The first step is to register a new leaderboard on iTunes Connect.
Creating a new leaderboard in iTunes Connect
First, we will create our leaderboard in iTunes Connect. We can then connect to this leaderboard from our code and send new scores. Follow these steps to create the leaderboard record in iTunes Connect:
- Log back in to iTunes Connect and navigate into the Game Center page for your app.
- Locate and click the button that says Add Leaderboard.
- The next page asks you what type of leaderboard you want to create. Choose Single Leaderboard.
- Fill out the information for your leaderboard. You can reference my example here:
Note
Let's take a look at each field:
- Reference Name is a name used internally for leaderboard listings in iTunes Connect
- Leaderboard ID is a unique identifier we will reference from our code
- Score Format Type describes the type of data you will...