Can we support file sharing for the path of application groups.
eg
#define APP_GROUP_PATH [[[NSFileManager defaultManager] containerURLForSecurityApplicationGroupIdentifier:@"group.xxx.xxx"] path]
using the following flag?
The app supports iTunes file sharing
I want my files to appear in the iTunes application, which are in the container of the common application groups.
source
share