Reputation: 7149
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
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