Filebrowser on iOS

I’d suggest you try it out yourself :slightly_smiling_face:
what I’ve mean (late night yesterday), is that:

  1. only the native iOS browser can give you URLs for paths outside your app.

  2. since JUCE hides the iOS SDK it simply means the returned URLs are exclusive for your app (scoped). so you should take care of that.

  3. For full access (eg iCloud Drive and other clients) you need a paid developer with iCloud Permissions checked in projucer.

Once you’ve received your scoped URL you can access it from the JUCE browser as far as I know. without knowing the context it means the user would need to first select the folder to be available from the native browser.

I’d suggest you’ll read here as it’s related to the fun of iOS sandboxing and files :slight_smile: