Can I use iCloud as a back end server for an iOS app?

I am creating an application for the iPhone. I have several tables for storing user information. Do I have to have a back-end web server to store the database, or can I use iCloud storage without the need for a web server? CoreData can be used to save data on iOS devices, but there must also be a remote DB there, right? Can this remote db be iCloud Storage.

Any advice and information is greatly appreciated.

Hi

+3
source share
3 answers

Using iCloud as a web server is not possible.

: iCloud ? ? ? API IN-App iCloud, .

+2

, .

:

http://gravityjack.com/ios-5-for-developers-what-you-need-to-know

API- iCloud iOS.

( ) /. , , .

-/ / / . , , . // , iCloud . (facebook, twitter ..), , , /.

Regarding DB / CoreData. This is typical for devices that are sometimes connected. Imagine you need Internet access to get your address book. In this case, you need an application, first of all, for working with local storage with the cloud used as a guide for your other devices or other user devices (recording to local storage with background synchronization with remote cloud storage).

+1
source

All Articles