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?