Mostly developed for Android so was not familiar with the limitations of Apple's sandboxing in iOS.
So I simply need to create an editable text (or xml or json) config file that gets loaded and parsed by my iOS app when it starts. What is the best solution for this?
In order for this config file to be included with the app when it compiles, do I need to store it in StreamingAssets or?
And lastly, how do I edit this file on the actual device?
Any help appreciated!
So I simply need to create an editable text (or xml or json) config file that gets loaded and parsed by my iOS app when it starts. What is the best solution for this?
In order for this config file to be included with the app when it compiles, do I need to store it in StreamingAssets or?
And lastly, how do I edit this file on the actual device?
Any help appreciated!