|
Hello there, I'm trying to move a project i wrote in c# for a windows platform to an iPad. In my project, i read/write XML files locally to load/save data to run the game. Before i go out and buy a mac/iPad, does anyone know if saving/loading xml files will work for an iPad? OR will i have to rewrite the project using 'plist' files and the like?
(comments are locked)
|
|
You can write to local files in iOS. The restriction is that you can only write to the app's "Documents" directory. You can reach that using the following path:
(comments are locked)
|
