Doz
Doz

Reputation: 7149

Is it possible to access an iCloud document data across multiple apps (same id) or is it sandboxed?

Had a simple question. With iCloud, if you create two apps, are you able to access the same iCloud document storage folder, if you have the luxury of having almost the same app id prefix etc, or is it sandboxed and restricted?

Upvotes: 2

Views: 858

Answers (1)

isaac
isaac

Reputation: 4897

Yes. As a developer, you can configure iCloud entitlements across different apps such that they may utilize a 'shared' sandbox.

By setting the container identifier string to single key, different apps can use the same iCloud data.

See the documentation: https://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/iCloud/iCloud.html#/

Upvotes: 4

Related Questions