Can I use iCloud API in web application?
Asked Answered
S

2

9

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 ?

Stinkpot answered 17/7, 2013 at 9:1 Comment(0)
C
16

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.

https://developer.apple.com/library/prerelease/ios/documentation/CloudKitJS/Reference/CloudKitJavaScriptReference/index.html

Cleotildeclepe answered 19/8, 2015 at 12:5 Comment(4)
Do you know if there is a java api for icloud?Tribulation
@Tribulation AFAIK, no. And very unlikely to be. Providing more Java doesn't benefit help Apple.Freehand
can we access icloud mail within ios app ?Kreplach
There is Java client for accessing iCloud photo public share here: gitlab.com/mvysny/icloud-photo-public-shareYarndyed
S
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,

Stinkpot answered 18/7, 2013 at 13:4 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.