3

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

Lydon Ch
  • 8,637
  • 20
  • 79
  • 132

2 Answers2

2

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

harryhorn
  • 892
  • 6
  • 8
0

This may be what you were looking for...

"A CKModifySubscriptionsOperation object saves changes to one or more CKSubscription objects" (from documentation).

Mercutio
  • 1,152
  • 1
  • 14
  • 33