How to store an iOS game save file in multiple devices? (Without remote servers)
- by Omega
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?