How do I add iCloud rights to the App ID?

How can I add iCloud entitlement to the App ID? I only want to use iCloud storage key-value. I have enabled iCloud by changing my existing iOS App ID. Then a new provisioning profile was created, set in Xcode. I added the app bundle id to com.apple.developer.ubiquity-kvstore-identifier

. Xcode warns me that Add the iCloud entitlement to your app ID

. I don't know where I went wrong. Please help me. Thank.

+3


source to share


3 answers


That being said, log into Apple User Center and set up an App ID.

3cgOw.png

select the icloud container (if you can't choose, create it)



fjIZy.png

PS: I can only post 2 images. So I cannot show you more details.

+2


source


Another solution that might help is to update the provisioning profiles (after adding new capabilities, you should do this)



To do this, you need to go to Apple Member Center → Provision Profiles (All). And here, if some profiles have a yellow exclamation mark, select it, click "Edit" and then "Download." After downloading, open it. This will help.

0


source


To eliminate the "Internal error ...." error, you need to:

  • Register any device with Apple Developer by IDs and Certificate Profiles
  • Connect your phone or iPad and register it.
  • Go back to your app
  • Click <fix>
0


source







All Articles