What is the recommended method for saving and loading user settings on iOS?
Create a directory for your app here?
File::getSpecialLocation (File::userDocumentsDirectory)
If your user settings are stored in a ValueTree there are easy methods for serialising and deserialising.
1 Like
Thanks.
