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.
相关问题
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
- “Zero out” sensitive String data in Swift
- Get the NSRange for the visible text after scroll
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- TCC __TCCAccessRequest_block_invoke
- Where does a host app handle NSExtensionContext#co
- Swift - hide pickerView after value selected
- How do you detect key up / key down events from a
- didBeginContact:(SKPhysicsContact *)contact not in
- Attempt to present UIAlertController on View Contr
In order to void the error "Internal error ...." you have to:
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.
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.