简体   繁体   English

如何以编程方式从已连接的设备下载iOS应用程序的容器

[英]How do I programmatically download an iOS Application's Container from a connected device

I am aware of how to download an app container of a connected iOS device (not a simulator device) using the Xcode UI (via the Devices and Simulators view). 我知道如何使用Xcode UI(通过“设备和模拟器”视图)下载已连接的iOS设备(而不是模拟器设备)的应用程序容器。 I am curious if there is a way to download a container using one of the Xcode command line tools. 我很好奇是否有一种使用Xcode命令行工具之一下载容器的方法。

I did see a previous question with an answer that references a GitHub tool, ios-deploy , that may be able to perform this task , but I was looking for a native solution to use first. 我确实看到了一个上一个问题 ,该问题的答案引用了一个GitHub工具ios-deploy ,该工具可能能够执行此任务,但我一直在寻找第一个使用的本机解决方案。

Thanks a.masri for the suggestion. 感谢a.masri的建议。 I ended up going with ios-deploy . 我最终选择了ios-deploy It suited my needs and is actively maintained. 它符合我的需求,并且会积极维护。 It seems that mobile device is somewhat stale. 似乎移动设备有些陈旧。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM