Reputation: 1429
I have an application that creates UIDocuments
on iCloud. I have used my apple account to upgrade to iCloud Drive, but I haven't been able to see those UIDocuments
in my iCloud Drive folder.
How can I create documents in iCloud Drive? I want the user to be able to see those files in his folder.
Upvotes: 2
Views: 1348
Reputation: 13127
According to the document 'Design for documents in iCloud' from Apple if you dave a UIDocument then it ends up in the iCloud drive. See https://developer.apple.com/library/ios/documentation/General/Conceptual/iCloudDesignGuide/Chapters/DesigningForDocumentsIniCloud.html#//apple_ref/doc/uid/TP40012094-CH2 There are lots of known issues where the conversion to iCloud drive resulted in the loss of documents. Try creating a new UIDocument and see if it ends up in iCloud drive.
Upvotes: 2