IPhone : How to export shared container of an iOS App with Xcode?

on Sunday, April 19, 2015

In our iOS app we utilize a shared container to share files between our main iOS app and its extension (specifically WatchKit Extension), using [NSFileManager containerURLForSecurityApplicationGroupIdentifier:] method. For debugging purposes we need to access the content of this shared container, so we've tried to export the whole App container using the Devices window in Xcode:


Screenshot from Xcode


But, the Shared storage is not included in the container, probably because it sits in a different path on the Device itself.


The question is how can we get the shared container, if this is even possible?


0 comments:

Post a Comment