I am doing one application.In that i want to store the data permanently in my iCloud account.If i use the icloud feature in my app,data is store into users iCloud account or developer icloud account.
我正在做一个应用程序。我希望将数据永久存储在我的iCloud帐户中。如果我在我的应用程序中使用icloud功能,数据将存储到用户iCloud帐户或开发人员icloud帐户。
1 个解决方案
#1
0
With iCloud, apps can only access the user's iCloud account. The app can access whatever account the user has configured on their device, and there's no API for accessing any other account. The entire system is designed as a way for people to sync their data across multiple devices, so there's no option to share data or access other accounts in any way.
使用iCloud,应用程序只能访问用户的iCloud帐户。该应用可以访问用户在其设备上配置的任何帐户,并且没有用于访问任何其他帐户的API。整个系统旨在让人们在多个设备之间同步数据,因此无法以任何方式共享数据或访问其他帐户。
I'm not sure what you're trying to do, but if you're looking for some kind of server-side component for your app, there are lots of options. Parse is very popular, as is Azure, but there are many other services. If you're not prepared to set up your own server, you can integrate one of them. But your app will only access your iCloud account when it runs on your device.
我不确定你要做什么,但如果你正在为你的应用程序寻找某种服务器端组件,那么有很多选择。 Parse非常受欢迎,Azure也很受欢迎,但还有许多其他服务。如果您还没准备好设置自己的服务器,可以集成其中一个。但是,您的应用只会在您的设备上运行时访问您的iCloud帐户。