how to save in ios?

Ok we are planning to store .txt files using our app but open them using third party softwares(like MS word). On android it is easy to specify to use the mem card as the save directory. but on apple device, they’re really strict about this.

system.ResourceDirectory is working yes, BUT the third party softwares CANT access that folder.

So yea, how do we save files LOCALLY (not cloud) and have third party apps access it(like file managers and ms word) in an iOS device?

On iOS files are written to the sandbox, and until iOS 8 comes there is little ability to get files in between apps.  There a way to allow your system.DocumentsDirectory to be able to be read by iTunes so you can copy the files from your device that way.

Rob

On iOS files are written to the sandbox, and until iOS 8 comes there is little ability to get files in between apps.  There a way to allow your system.DocumentsDirectory to be able to be read by iTunes so you can copy the files from your device that way.

Rob