How to store an iOS game save file in multiple devices? (Without remote servers)

Posted by Omega on Game Development See other posts from Game Development or by Omega
Published on 2012-10-25T23:27:24Z Indexed on 2012/10/26 5:17 UTC
Read the original article Hit count: 160

Filed under:

I've been developing an iOS game for iPhone. My game saves the progress as a couple of .plist documents in the device.

I have come to realize that when I install a game in my iPhone, this same game is installed in my iPad. And then it struck me: how would I manage save files? I mean, I'd like the player to be able to continue playing from where they left no matter what device are they using... without using remote servers.

What have you done to address this issue?

© Game Development or respective owner

Related posts about ios