Version 6.3
Adds a new method and improves documentation.
Breaking Changes
No Breaking Changes
Other Changes
-
Adds a method to share a file stored in iCloud by uploading it to a public URL
NSURL *publicURL = [iCloud shareDocumentWithName:@"docName.ext" completion:^(NSURL *sharedURL, NSDate *expirationDate, NSError *error) { // Completion handler that passes the public URL created, the expiration date of the URL, and any errors. Could be used to update your UI and tell the user that the document was uploaded }];
-
Improves Documentation
Known Issues
No known issues