Reputation: 400
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
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
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
Reputation: 1
In order to void the error "Internal error ...." you have to:
Upvotes: 0