Search code examples
iososx-yosemitecloudkit

Access to CloudKit databases from a Mac?


I'd like to experiment with using CloudKit to access my data from an iOS application. Ideally, I'd like to consume this data from my iOS application but to produce it and save it from a Mac application.

Has anyone seen anything suggesting the ability to access CloudKit databases from Mac OS or is this an iOS-only framework?


Solution

  • CloudKit is definitely available on OS X, but only in Yosemite (10.10). You can download the Yosemite beta and SDK from Apple's developer site - the framework is identical on iOS and OS X, so you should be able to share most of your code.