Hi,
I have a public cloudkit database that I use in the app with core data. In the iOS app, when the user deletes a row, I hide the corresponding row rather than deleting, so the record remains in the cloudkit.
Right now, I remove the records from cloudkit dashboard manually. Is there a way to remove the records in the public cloudkit database programmatically from outside the app.
Thanks.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
After the local and public database sync is done, I am trying to modify an attribute of an object which I access thru one to many relationship. Then, I save the context. This object is created by another user.
The local change does not update the public database. Is this a limitation of public database? Can it be because the object is created by another user?