Using Game Center to save / share game data / status

After reading the developer’s documents and the search hours in various forums, I can’t find information on how to do this.

Basically, I have a bunch of data that I save locally, which is the current state of the game. I saw other games, such as Tiny Tower, Pocket Planes and Smurf, actually support this data in Game Center.

My goal is for players to download data from their friends games so that they can see how things are progressing. For example, in Tiny Tower, I can see my friend’s tower and send him presents. Similarly, in the village of Smurf. I know that I can do this with my own server with login / password, but if it works through Game Center, then why complicate the situation?

Is it a matter of using Game Center match functionality? Or leaders? Or?

Anyway, can someone point me in the right direction?

+6
source share
1 answer

I went through this lesson and it looks like it would answer a lot of questions that you have.

What's New with Game Center In iOS6

0
source

All Articles