问题
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