Can developers use iCloud in Windows apps?

我怕爱的太早我们不能终老 提交于 2019-12-05 10:06:52

问题


Developers can use Apple’s iCloud APIs to sync app data between different versions of their app on Mac OS X and iOS.

If a developer has a Windows version of their app, can this version also use iCloud to sync app data with versions of their app on Mac OS X and iOS?


回答1:


Access to iCloud is controlled by Apple in such a way that each app that accesses it has to be signed and/or provided a key from Apple. That’s the easiest way to put it without violating the NDA, although the mechanism is not exactly “signing and keys”.

At the moment Apple is only providing this for OS X and iOS apps, so effectively no - Windows, web, and any other apps outside OS X and iOS are not supported at this time.




回答2:


iCloud is available for Windows, yes.

The downloads are available from https://developer.apple.com/icloud/downloads/

I haven't found documentation explicit for Windows yet, though. Your best bet is to do a scan on Apple's "private" dev forums" and do a keyword search on "iCloud" & "Windows" and you'll see plenty of chatter asking the same question as you.




回答3:


A blog post on icloudev.com claims that during the WWDC 2011 iCloud session, it was mentioned that limited iCloud APIs (apparently not including key-value data) would be available for Windows later in 2011.

I’m not sure if this stuff is covered by NDA — I’m not currently signed up to the developer program myself.



来源:https://stackoverflow.com/questions/8122123/can-developers-use-icloud-in-windows-apps

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!