Top "Cloudkit" questions

CloudKit is a framework for storing and retrieving data on Apple’s iCloud servers.

Using Core Data, iCloud and CloudKit for syncing and backup and how it works together

I am in the early stages of creating an app where I would like to save, sync and backup data. …

ios core-data icloud cloudkit
Error _BSMachError: (os/kern) invalid capability (20) after receiving remote notification on CloudKit record addition

When I receive a remote notification on a record addition (didReceiveRemoteNotification called), I get the following error message: _BSMachError: (os/…

ios cloudkit
How do I delete a CloudKit container?

I accidentally created a new container in CloudKit, and it is really annoying that it comes up when I open …

icloud dashboard cloudkit
Can I use CloudKit on Android or web-based app?

I've been coding an app, and using CloudKit would make my life a lot easier. However, this app needs a …

android ios cloudkit
How to sync records between Core Data and CloudKit efficiently

I'm currently learning how to use CloudKit Framework and lack of documentation or examples showing how to sync Core Data …

core-data swift3 ios10 cloudkit ckoperation
Use production CloudKit during development?

My iOS and Mac apps have been launched to the App Store and all of my users, including myself, are …

ios macos cloudkit
How to get the current user ID in CloudKit?

I'd like to save at most one record (i.e. a rating) per user in a table of the public …

ios cloudkit
Swift CloudKit SaveRecord "Error saving record"

I am trying to save a record to CloudKit but am getting an error. I had seen elsewhere that this …

ios swift ios8 cloudkit
Check if User is Logged into iCloud? Swift/iOS

Is there a way for me to check and see if a user is logged into iCloud when they open …

ios swift icloud cloudkit
CloudKit - no server-side logic?

With CloudKit, you can focus on your client-side app development and let iCloud eliminate the need to write server-side application …

ios icloud cloudkit