I am new for iCloud API. I want to know can we use iCloud API in web Application ? Is it possible to access iCloud API via web ?
Asked
Active
Viewed 2.5k times
2 Answers
15
use CloudKit JS
CloudKit JS provides JavaScript APIs for accessing data in your app’s CloudKit containers.
CloudKit JS allows you to build a web interface for users to access the same containers as your CloudKit app running on iOS or OS X. You must have an existing CloudKit app and enable web services to use CloudKit JS.

brian.clear
- 5,277
- 2
- 41
- 62
-
2Do you know if there is a java api for icloud? – Lealo Aug 21 '17 at 14:37
-
@Lealo AFAIK, no. And very unlikely to be. Providing more Java doesn't benefit help Apple. – eonil Jan 05 '19 at 07:32
-
can we access icloud mail within ios app ? – Protocol Mar 06 '19 at 11:45
-
There is Java client for accessing iCloud photo public share here: https://gitlab.com/mvysny/icloud-photo-public-share – Martin Vysny Dec 15 '20 at 08:41
3
I got a stackoverflow link which was enough for me to accept that it's not possible
iPhone and Webapp sync through iCloud ??
Thanks,