Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Game Center to save/share game data/state

After reading the developer docs and hours of searching various forums I can't seem to find information on how this is done.

Basically I have a bunch of data that I save locally that makes up the current state of the player's game. I've seen other games such as Tiny Tower, Pocket Planes and Smurf's village actually backs that data up in Game Center.

My goal here is for players to be able to load up data from their friend's games so they can see how things are progressing. For example, in Tiny Tower I can view my friend's tower and send him/her gifts. Similarly in Smurf's Village. I know I can do this with my own server with login/password but if it works via Game Center why complicate things?

Is it a matter of exploiting Game Center's match functionality? Or leaderboards? Or?

Anyway can some one point me in the right direction?

like image 813
Cryptid Avatar asked Oct 10 '12 19:10

Cryptid


People also ask

Does Apple Game Center save game data?

You can use iCloud and Game Center to keep your progress, high scores, and game saves up-to-date across your devices. If you're signed in to the same iCloud and Game Center accounts and download Apple Arcade games from the App Store on all of your devices, you can access your game saves and progress on all of them.

Does Game Center sync game progress?

You can sync your game progress by connecting to Facebook or Game Center or Google Play Service. To sync your game progress on Android device: 1.

Does Game Center save your progress?

Make sure you have connected your game to Game Center. It is the only way to save, recover and sync your progress. Your account is not saved via connecting it to Facebook.

Does Game Center transfer data?

Data Transfer. You can transfer data by using "Sign in with Apple", a "Google account", a "Facebook account", a "Game Center account" or a "Transfer Code". 1.


1 Answers

I've gone through this tutorial, and it sounds like it would answer a lot of questions that you have.

What's New With Game Center In iOS6

like image 87
AJak Avatar answered Oct 20 '22 00:10

AJak