Migrating from 0.10 to 0.11
iCloud container
- If you are listening
onICloudIdentityDidChange
, you need to manually call the corresponding event registerregisterICloudIdentityDidChangeEvent
at the beginning of your application code
Key-value storage
onICloudKVStoreRemoteChanged
was renamed toonKVStoreRemoteChanged
- If you are listening
onKVStoreRemoteChanged
, you need to manually call the corresponding event registerregisterKVStoreRemoteChangedEvent
at the beginning of your application code