Version 6.4
Fixes Issue #15 and Issue #14. This is a bug fix update making changes to the retrieveDocument: completion: method and the iCloudDocument.m file.
Breaking Changes
No breaking changes
Known Issues
The retrieveDocument: completion: method may throw an exception, and crash, when creating a document that does not exist in iCloud. This method may also throw an uncaught exception if iCloud is not currently available and the existence of a file cannot be determined. This issue is fully documented in Issue #14. For a workaround, check for iCloud availability before calling the method: checkCloudAvailability.