Can anyone direct me to a tutorial for saving and loading data for an iOS game? Or maybe just answer some of my questions through an inbox?
Printable View
Can anyone direct me to a tutorial for saving and loading data for an iOS game? Or maybe just answer some of my questions through an inbox?
In general there isn't any difference between saving on the iOS device compared to saving in a windows EXE. (From a user/developers perspective)
Try using the INI to save some data and once you understand it and get it working on your windows computer it will transfer over to the iOS without any additional work.
There are some nice tutorials on the INI on the tutorials page.
amaire13 - Also check out the File Archive further down the forums, I've posted a few INI MFA/Examples which are cross-platform compatible for iOS/Android/HTML5/Flash etc.