I would like to have a small application which copies the entire camera roll to an attached USB-C SSD drive on an iPhone 15 series.
How could that be achieved?
What would be the steps necessarily?
- Get path to device by using UIDocumentPickerViewController
- Copy all items
Can anyone elaborate on these tasks?