Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/google-app-engine/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在usb连接的非越狱iOS设备上从命令行启动应用程序_Ios - Fatal编程技术网

在usb连接的非越狱iOS设备上从命令行启动应用程序

在usb连接的非越狱iOS设备上从命令行启动应用程序,ios,Ios,如何从命令行在非越狱iOS设备上启动特定应用程序。我已经访问过libimobiledevice,但没有获得执行相同操作的命令。我能够列出并拍摄连接设备的屏幕快照,但无法从设备启动应用程序?libimobiledevice有一个名为idevicedebug的工具。像这样使用它: idevicedebug run 'app bundle name' 要获取设备上安装的捆绑包名称列表,请使用: ideviceinstaller -l 要使其工作,您的应用程序必须是可调试的

如何从命令行在非越狱iOS设备上启动特定应用程序。我已经访问过libimobiledevice,但没有获得执行相同操作的命令。我能够列出并拍摄连接设备的屏幕快照,但无法从设备启动应用程序?

libimobiledevice有一个名为idevicedebug的工具。像这样使用它:

idevicedebug run 'app bundle name'
要获取设备上安装的捆绑包名称列表,请使用:

ideviceinstaller -l
要使其工作,您的应用程序必须是可调试的