Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 ?

like image 777
Bharat jain Avatar asked Mar 15 '23 12:03

Bharat jain


1 Answers

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 .

like image 135
Bharat jain Avatar answered Mar 22 '23 18:03

Bharat jain