objective c - Is it possible to access an iCloud document data across multiple apps (same id) or is it sandboxed? -
had simple question. icloud, if create 2 apps, able access same icloud document storage folder, if have luxury of having same app id prefix etc, or sandboxed , restricted?
yes. developer, can configure icloud entitlements across different apps such may utilize 'shared' sandbox.
by setting container identifier string single key, different apps can use same icloud data.
see documentation: https://developer.apple.com/library/ios/#documentation/iphone/conceptual/iphoneosprogrammingguide/icloud/icloud.html#/
Comments
Post a Comment