iCloud and a Web Application

一世执手 提交于 2019-12-08 00:12:04

问题


I have an iOS app that lets the user manager recipes. I would also like them to be able to manage the same recipes on their iPad and Mac. It seems that iCloud would allow me to do exactly that.

However, if I want to also build a web application that provides the same functionality, am I right in thinking I need my own non-iCloud solution? Is there any iCloud API that lets a user log in to their apple account and access the data added in the iOS/OS X applications?

If I want to allow web access to the data, am I forced to write my own data service and syncing process? Or are there some ways to at least 'connect' the iCloud data to my own user accounts?


回答1:


I think "native" integration via a web application is impossible:

iPhone and Webapp sync through iCloud ??

There is actually an iCloud web interface by Apple, but it just has their own apps (contacts, calendar, etc).



来源:https://stackoverflow.com/questions/12625111/icloud-and-a-web-application

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