PDA

View Full Version : Storing data across my application




Lephyrius
Mar 13, 2009, 09:11 AM
I where thinking of creating an episodic game for iPhone.
Is it possible to to access same data from different apps?
For instance that my group of characters has 1211 coins and is level 17 in the game when they continue their adventure in episode 2?



jnic
Mar 13, 2009, 10:53 AM
Sure; keep the data on a server and key it by UUID.