Top "Icloud-drive" questions

iCloud Drive is a cloud storage by Apple

Swift write/save/move a document file to iCloud drive

I've been trying for over two days to write a file to iCloud drive. I have tried writing a simple …

swift icloud uidocument icloud-drive uidocumentpickervc
How to access files in iCloud Drive from within my iOS app?

Is there a way to choose file from iCloud Drive similar way to UIImagePickerController()?

ios swift icloud-drive
My app is getting crashed on UIDocumentPickerViewController

I am working on file sharing on my iOS App, I am new to UIDocumentPickerViewController. I do not know why …

ios xcode icloud icloud-drive uidocumentpickervc
UIDocumentPickerViewController returns url to a file that does not exist

I'm using UIDocumentPickerViewController to let the user select a file from iCloud Drive for uploading to the backend. Most of …

ios icloud icloud-drive uidocumentpickervc
iCloud Drive Issue: "[DocumentManager] Failed to associate thumbnails for picked URL"

I've created a JSON string file from an object containing multiple properties. This is the object: RecipeFile : Codable { var name: …

swift xcode icloud-drive
Why my app is not shown in iCloud Drive Folder

iCloud Drive Folder doesn't show my app's folder. This is how I send a file to iCloud Drive: - (IBAction)…

ios icloud icloud-drive