My app allows users to export their data to a text file, in order to move it to a new device, if they need to.
On iOS, how do I allow a user to browse their device’s file system to find this file, for import back into my app?
For Android, I use the CnkFileManager’s “pickfile” function, but this plugin doesn’t support iOS.