Download shared App Group Container from XCode
Asked Answered
A

3

30

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.

Anarchism answered 24/7, 2015 at 1:25 Comment(0)
C
4

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:

  • You can access the shared app group folder when testing with the iOS Simulator. SimPholders can open the folder directly, so you wont have to search around for it.
  • You could copy the contents of your shared app folder to your app’s default folder. This way you can download the contents using Xcode’s Organizer.
Cw answered 16/2, 2017 at 16:22 Comment(0)
O
0

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.

Ottar answered 1/11, 2018 at 19:58 Comment(0)
S
0

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>.

Spectrohelioscope answered 19/6 at 17:46 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.