-
-
Notifications
You must be signed in to change notification settings - Fork 178
Setting Up iCloud
Sam Spencer edited this page Jan 26, 2021
·
2 revisions
Setting up iCloud is simple. Below are a few brief steps on how to do it right from Xcode 5.0.
- Create or open an iOS Application Project in Xcode 5.0+
- Select the project from the files list on the left and then select your app target
- Click on the Capabilities tab
- Switch iCloud to ON and add your ubiquity container (this is different from your bundle ID and can be used in different apps that share the same iCloud storage, like a Mac and iOS edition of the same app)
- Click on the General tab and then add the
iCloud.framework
to your project
Return to Table of Contents