Migrating from 0.10 to 0.11
iCloud container
- If you are listening
onICloudIdentityDidChange, you need to manually call the corresponding event registerregisterICloudIdentityDidChangeEventat the beginning of your application code
Key-value storage
onICloudKVStoreRemoteChangedwas renamed toonKVStoreRemoteChanged- If you are listening
onKVStoreRemoteChanged, you need to manually call the corresponding event registerregisterKVStoreRemoteChangedEventat the beginning of your application code