Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marchbold/9e9502bc797cfbf55f1a56ddbecafbf3 to your computer and use it in GitHub Desktop.
Save marchbold/9e9502bc797cfbf55f1a56ddbecafbf3 to your computer and use it in GitHub Desktop.
iCloud entitlements for using document storage in iCloud containers
<iPhone>
<InfoAdditions><![CDATA[
<key>UIDeviceFamily</key>
<array>
<string>1</string>
<string>2</string>
</array>
]]></InfoAdditions>
<requestedDisplayResolution>high</requestedDisplayResolution>
<Entitlements>
<![CDATA[
<!-- ICLOUD DOCUMENT CONTAINER ENTITLEMENTS -->
<key>com.apple.developer.ubiquity-container-identifiers</key>
<array>
<string>ICLOUD_CONTAINER_ID</string>
</array>
<!-- ICLOUD KEY VALUE STORE ENTITLEMENTS -->
<key>com.apple.developer.ubiquity-kvstore-identifier</key>
<string>KVSTORE_ID</string>
]]>
</Entitlements>
</iPhone>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment