views:

12

answers:

0

Hello, I am making an automated testing system which requires to install the app to the iPhone from a script/command line terminal (which I was able to do thanks to an answer to this question (look for "Manual Deployment over Wifi" on the page), and also remote launching of the app using something like: "ssh root@devicename:launch_my_app" or anything else that can launch my app without requiring me to touch the device.

Can someone tell me if this is possible and how it might be done?

Dani