I read that since iOS13 its possible to read an external drive connected via the Lightning port.
Is it possible to read files from myApp? If so how.
Thanks!
I'm now fearing that iOS cannot mount a FAT formatted storage device.
iOS can definitely mount FAT volumes over USB. Rather than testing with your app, I recommend that you test with the Files app. If the FAT volume doesn’t show up there, you know that it’s a problem with the mounting process rather than anything related to your code.
If it does turn out to be a problem with the mounting process, I recommend that you retest with a USB thumb drive. If that works and your camera fails, this issue is specific to the camera.
On the USB thumb drive front, you’ll need one of two configurations:
-
An iPad with USB-C
-
Any with Lightning and a Lightning to USB 3 Camera Adapter
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"