How do you check whether an image stored with CKAsset
has changed in CloudKit
?
CKNotification doc says about desiredKeys:
- You can include a maximum of three keys in the array.
- For the keys you specify, the allowable values are
NSString
,NSNumber
,CLLocation
,NSDate
, andCKReference
. You cannot specify keys whose values contain other data types.
CKAsset
is not on the list