Reputation: 8292
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?
Upvotes: 1
Views: 833
Reputation: 6092
Also, as the developer of an app, you can use the CloudKit Dashboard to upload records to the public database, even on a productive environment.
Upvotes: 0
Reputation: 31304
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.
Upvotes: 2