CloudKit Modify existing CKS registration

An existing CKS subscription that was saved in publicDatabase cannot be changed directly, can it?

Taking a look at the documentation for the class, it can only be removed, and then a new CKS signature with new behavior can be generated.

Is it correct?

thank

+3


source to share


2 answers


Right. Any CKS subscription object cannot be modified once created and saved in a public or private database. It can only be removed.



+2


source


This may be what you were looking for ...



"Object CKModifySubscriptionsOperation

saves changes to one or more CKS subscription objects" ( from documentation ).

0


source







All Articles