Hello, I am currently porting one of our plugins to iOS, and I am looking at how to make our current xml presets system work for this systems sandboxing. I have read multiple different methods from across the forum on how to do this but found no success applying to our own systems. We will need read and write privileges for our custom presets, but this always comes up with an operation not permitted error no matter where I place them. I have tried:
- getContainerForSecurityApplicationGroupIdentifier
- getSpecialLocation (File::userApplicationDataDirectory)
- Music/Music Audio Apps/
We are using XmlElement:writeTo for our presets, does anyone have any knowledge of what combination of location and projucer/plist permissions we could use to write to/read an XML preset?
