Changes

Jump to: navigation, search

Preparing an iOS 8 App to use iCloud Storage

30 bytes added, 04:26, 10 November 2016
Reviewing the iCloud Entitlements File
== Reviewing the iCloud Entitlements File ==
<htmlet>adsdaqbox_flow</htmlet>
Once iCloud capabilities have been enabled for an application within Xcode, a new file will appear in the project named <product name>.entitlements. Any applications that intend to use iCloud storage in any way must obtain entitlements appropriate to the iCloud features to be used. These entitlements are placed into this entitlements file and built into the application at compile time.
The entitlements file may be created either manually or, as outlined above, automatically from within the Xcode environment. When using the Capabilities settings, the entitlements file will appear in the project navigator panel.
A single iCloud container is added to the entitlements file by default when using the Capabilities panel. Additional containers may be added by selecting the Specify custom containers option and clicking on the ‘+’ button located beneath the Containers list.
== Accessing Multiple Ubiquity Containers ==

Navigation menu