Reading a file in an AUV3 on iOS

Can you be more specific?

AppGroups - allows sharing data between different apps. This is also relevant when you need a shared location (eg. Presets) between standalone and AUv3.

For reading files -
The browser should be enough. but from my experience iOS is very picky about what you pass as extensions so you need something like that:

For AppGroups/iCloud - you need a paid developer account.
For On-Device (On My iPhone/iPad) the files should be accessible even with the free developer program.

Edit:
Ohh, and you get a stream and not a real file. which is quite reasonable since a file can be “on the cloud” (eg. Dropbox/iCloud) and your pointer might be an inputstream that’s will be downloaded async.

1 Like