2015-02-06 101 views

回答

0

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

idevicedebug run 'app bundle name' 

为了得到安装在设备使用束名称的列表:

ideviceinstaller -l 

为了这个工作,你的应用程序必须是可调试。

相关问题