Version 7.4
Fixes serious issues with initialization and setup. Adds a new method which must be called before performing any document handling operations.
Resolved Issues
- Fixed an issue where no setup code was called within iCloud's
init
method. According to Apple's documentation, no setup code is called in an NSObject'sinit
. iCloud now properly sets up using a new API (see below). - Resolved a problem that caused crashes when iCloud was not correctly setup.
API Changes
- Added the following API:
setupiCloudDocumentSyncWithUbiquityContainer:
Use this method to setup and initialize iCloud Document Sync. You must call this method before performing any document handling operations. Calling this method helps resolve the issues noted above, and starts an initial sync.
Known Issues
No Known Issues