Version 7.3
Fixes issues with file updates. Adds two new delegate methods for file updates. Deprecated getListOfCloudFiles
in favor of listCloudFiles
. Refactored code to modern Objective-C Syntax.
Resolved Issues
- Revamped internal file update procedure - delegate method should only get called once and updates are now more reliable and stable.
Deprecated APIs
- Deprecated the following APIs:
getListOfCloudFiles
is deprecated to honor the modern Objective-C Syntax guidelines (esp. conflicts with properties). UselistCloudFiles
instead.
New Features
- Added two new delegate methods to handle file updates.
iCloudFileUpdateDidBegin
is called (once) when the file update beginsiCloudFileUpdateDidEnd
is called (once) when the file update finishes
Minor Changes
- Completed transition to auto-synthesized properties.
- Refactored to modern Objective-C Syntax.
- Improved ARM-64 architecture support.
Known Issues
Issue with initial setup of ubiquity container (confirmed in Issue #38). Wrapped in @try / @catch
block to catch any possible exceptions. Please submit issue if the exception is thrown.