How to Launch any iPhone application from terminal when usb connected?

為{幸葍}努か 提交于 2019-12-11 03:49:27

问题


In a situation i am stuck to part where i need to launch any iPhone application from terminal . Obvious that it is USB connected . Can anyone help me out ?


回答1:


I myself got an answer to my question by investing lot of time.

First fetch Identifier

ideviceinstaller -l

Second copy the Identifier of the app which you want to launch

idevicedebug run " App Identifier "

That's it here you go .



来源:https://stackoverflow.com/questions/31263515/how-to-launch-any-iphone-application-from-terminal-when-usb-connected

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!