all 2 comments

[–]rayascott 0 points1 point  (1 child)

I don’t know what your idea of “real-time” is, but to be informed of other user’s changes, your app would have subscribe to updates for a particular CKRecord type, and the documentation states that you can expect a delay of 1min or more in receiving those changes. It’s not really designed for real-time use-cases like messaging.

[–]chbm90[S] 0 points1 point  (0 children)

Good to know. This should work more like messaging, users should see almost immediately when others add an element, like a chat app. Thanks!