Hi, I’m trying to fetch some files off iOS for an app.
I have the “File Sharing Enabled” in Projucer and when I run the app I can see the folder for the app appear in Finder when connecting to the iPad, but no files ever appear, even though they are there on the iPad.
Hi. I don’t think there are any juce examples that do this. Are you aware of any that allow you to save files to a device and then access them externally? thx
I also experienced the same. I always get a path in the sandbox if we request a special location in the juce::File.
But you can load files from public folders in the AUv3 with the iPad file browser. This shows me that it is possible to read files outside of the shared folder when you have the right path. While writing files is only possible in the shared sandbox folder.
For me, it looks like there should be a way to read files outside the sandbox also from the AUv3.