ioscloudkitcksubscription

CloudKit Modify Existing CKSubscription


An existing CKSubscription that has been saved to publicDatabase cannot be modified directly, can it ?

Looking at class documentations, it can only be deleted, and a new CKSubscription with new behavior can then be created.

Is this correct ?

Thanks


Solution

  • Correct. Any CKSubscription object cannot be modified once created and saved to a public OR private database. You can only delete it.