USB连接时如何从终端启动任何iPhone应用程序?

Bha*_*ain 4 iphone terminal launch

在某种情况下,我被困在需要从终端启动任何 iPhone 应用程序的部分。很明显,它是USB连接的。谁能帮我吗 ?

Bha*_*ain 6

我自己通过投入大量时间得到了我的问题的答案。

首次获取标识符

ideviceinstaller -l
Run Code Online (Sandbox Code Playgroud)

第二次复制要启动的应用程序的标识符

idevicedebug run " App Identifier "
Run Code Online (Sandbox Code Playgroud)

就是这样。