Problem with file picker on iOS

I would like to ask some help with the attached minimal application.
It has only a file picker with no blocks at all.
On Android it works fine.
On iOS (16, with companion 2.73(2) ) I get the attached error message.


Here is the app:
filePickerTrial.aia (1.3 KB)

FilePicker was added after the last iOS release went out. It will be in the next companion update as well. We'll make an announcement once Apple approves it.

1 Like

I should also note that the FilePicker design was a bit tightly coupled to how the Android Storage Access Framework works. We've implemented some parts of it for iOS, but certain API designs in the iOS SDKs don't really align well with how our blocks ended up. It will require further refinement, but if you're doing something simple like asking the user to pick a file to read, it should work okay.

Perfect, thank you. What I would like to be able to do is to read existing text files and write text files (with an extension different from .txt). It would be good if the user could search in the file system and read/write text files anywhere, but I will work with whatever restrictions you will have to implement.