Post

Replies

Boosts

Views

Activity

Reply to Can UIDocumentPickerViewController export/move a directory and it's contents to an iCloud directory?
I can't get UIDocumentPickerViewController to work when I pass in the URL of a zip file bundled in my app for export. The UIDocumentPickerViewController shows up and says "0 Items" will be exported. Are zip files allowed for export? Edit: The issue was the bundled zip file was not able to be moved. To fix I added "asCopy: true". UIDocumentPickerViewController(forExporting: [zipURL], asCopy: true)
Apr ’21