Hawk-Eye
Hawk-Eye

Reputation: 400

How to add iCloud entitlement to app ID?

How can I add iCloud entitlement to app ID? I wants to use just key-value storage in iCloud. I have enabled iCloud by editing my existing iOS app ID. Then, generated new provisioning profile, installed it in XCode. I added my app bundle ID in com.apple.developer.ubiquity-kvstore-identifier. XCode gives me warning that Add the iCloud entitlement to your app ID. I dont know where I have done wrong. Please help me out. Thanks.

Upvotes: 4

Views: 6710

Answers (3)

hstdt
hstdt

Reputation: 6261

As it says, login to Apple member center and configure app's identifier.

Select the iCloud container (if you can't select, create one)

PS: I can only post 2 images now, so I can't show you more details.

Upvotes: 3

XDk
XDk

Reputation: 180

Another solution that could help is updating provision profiles (cause after adding new capabilities, you have to do it)

To do that you have to go to Apple member centre -> Provision profiles (All). And here, if some profiles have a yellow exclamation mark, choose it, click "Edit", and then "Download". After downloading open it. That will help.

Upvotes: 0

Luis Guzman
Luis Guzman

Reputation: 1

In order to void the error "Internal error ...." you have to:

  1. Register any device on your Apple Developer under Certificates IDs and profiles
  2. Connect your phone or your iPad and register it
  3. Go back to your application
  4. Click fix

Upvotes: 0

Related Questions