Post

Replies

Boosts

Views

Activity

Comment on Reading Files from USB-C Storage on iOS Devices
Writing files to external storage might be possible with some restrictions. By using AVExternalStorageDevice, you can receive notifications of the device’s connection status, specify a file name to obtain a URL for writing, and then write files to that URL. A key point to note is that the folder hierarchy is determined by Apple’s rules. Additionally, there are device restrictions, as this functionality is only available on devices running iOS 17 or later.
Jul ’24