Where to store data for iOS Development?
I'm building an app where I need to save a text file of JSON with user generated data.
I've been reading a few things on the Internet and it seems that the <Application_Home>/Documents directory is the best place to write the file without running into any problems with Apple. I've also seen things where I need use of a Native Extension. All in all, I'm a bit unsure since a lot of those articles are over a year old and Adobe has no documentation for this that I know of. So, can anyone clarify a best practice for saving text files?
