In order to be able to access iCloud Drive from the application, I think that we want to use UIDocumentPickerViewController from the application. but i found following problems when i use UIDocumentPickerViewController.
- Cannot upload multiple files at once.
- Cannot Download multiple files at once.
- When pushViewController from navigationController then display become strange.
I want to avoid above problems, So is there any another way to get files information from iCloudDrive without using UIDocumentPickerViewController? like Send some request or query.
I have searched lot and didn't find any query or request to get Files ,Upload files and download files from iCloudDrive.
if you have any idea about this please tell me.
Thanks,