标签: ios itunes file-sharing ios-app-group
我们是否可以支持应用程序组路径的文件共享
e.g
#define APP_GROUP_PATH [[[NSFileManager defaultManager] containerURLForSecurityApplicationGroupIdentifier:@"group.xxx.xxx"] path]
在以下标志的帮助下?
应用程序支持iTunes文件共享
我希望我的文件显示在位于应用程序组共享容器中的iTunes应用程序中。