简体   繁体   English

从XCode下载共享的应用程序组容器

[英]Download shared App Group Container from XCode

Is it possible to download a shared app group container with XCode similar to how the sandboxed container is downloaded for a particular app? 是否可以下载具有XCode的共享应用程序组容器,类似于为特定应用程序下载沙盒容器的方式? I haven't been able to find any definitive Apple documentation on this. 我无法在此找到任何明确的Apple文档。

Afaik this is not possible with official software. Afaik使用官方软件是不可能的。 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. 使用iOS模拟器进行测试时,您可以访问共享应用程序组文件夹。 SimPholders can open the folder directly, so you wont have to search around for it. SimPholders可以直接打开文件夹,因此您无需搜索它。
  • 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. 这样您就可以使用Xcode的管理器下载内容。

如果您有调试应用程序的源代码,您可以按照此答案将文件从AppGroup复制到沙箱容器,然后下载。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Xcode命令行从iPhone下载应用程序的容器 - Download container for an app from iPhone using Xcode command line 如何从Cordova访问应用程序组共享容器? - How to access app group shared container from Cordova? 无法从iOS 10中的App组共享容器中获取扩展程序中的图像 - Not able to fetch images in extension app from App group shared container in iOS 10 如何使用 Xcode6.2 导出 iOS 应用程序的共享容器? - How to export shared container of an iOS App with Xcode6.2? 将NSPersistentStore从应用程序沙箱迁移到共享组容器 - Migrating NSPersistentStore from application sandbox to shared group container 如何创建/使用共享应用程序组容器作为包含应用程序及其在ios中的扩展名之间的缓存存储 - How to create/use a shared app group container as cache storage between containing app and it's extension in ios 调试 iOS 应用时如何查看 App Group Shared Container 目录的内容? - How can I view the contents of the App Group Shared Container directory when debugging an iOS app? Xcode 6 删除应用程序组 - Xcode 6 deleting App Group 如何从 xcode 下载 iOS 应用程序/文件 - How can I download an iOS app/files from xcode iOS8 无法在应用组共享容器位置下创建文件夹/文件 - iOS8 Unable to create a folder/file under app group shared container location
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM