NSUbiquitousKeyValueStore error: no valid com.apple.developer.ubiquity-kvstore-identifier entitlement

后端 未结 5 679
清酒与你
清酒与你 2020-12-10 14:29

I\'m having a problem integrating iCloud with my app.

When I set test out iCloud availability, I receive Success for the function

NSURL *iCloudURL =          


        
5条回答
  •  無奈伤痛
    2020-12-10 15:11

    Add com.apple.developer.ubiquity-kvstore-identifier in your Entitlements with the following value:

    $(TeamIdentifierPrefix)$(CFBundleIdentifier)
    

提交回复
热议问题