thomers
thomers

Reputation: 2693

Can I use Apple CloudKit JS in a Cordova app on non-iOS devices?

Now that Apple has made CloudKit JS available, would I be able to use it in a Cordova / Ionic app?

Specifically, (how) would the (iCloud) user authentication work on non-iOS devices? (I assume all users would have to have an iCloud account.)

Upvotes: 0

Views: 1011

Answers (2)

Ivan Gabriele
Ivan Gabriele

Reputation: 6900

Since it's only JS, I don't see anything that would impeach you from using it within Cordova. It's made to be implemented in web-apps, and almost anything that a web-app can do, Cordova can do it too.

Upvotes: 1

smaura777
smaura777

Reputation: 326

Users will be able to sign in with their Apple ID and if they don't have one they can register right in the popup authentication screen that Apple is providing for CloudKit on the Web -- New users without any IOS devices get an initial 1G of free personal storage.

Upvotes: 1

Related Questions