Reputation: 301
Is it possible to download a shared app group container with XCode similar to how the sandboxed container is downloaded for a particular app? I haven't been able to find any definitive Apple documentation on this.
Upvotes: 30
Views: 4052
Reputation: 2697
It's not available when downloading the container. If you can build it as a Mac App it's pretty easy to get using terminal. /Library/Group Containers/<Your Group>
.
Upvotes: 0
Reputation: 3131
If you have source code of the debugging the app, you can follow this answer and copy the file to from AppGroup to sandbox container and then download.
Upvotes: 0
Reputation: 2854
Afaik this is not possible with official software. There is also no third party tool I know of to do this.
There are some workarounds that may be helpful to:
Upvotes: 4