I\'m running test on an app using UIAutomation, but I need a way to uninstall the app in a device (iPhone, iPad, iPod) without using jailbreak.
Currently I´m using fruit
New Kid on the block - ios-deploy MobileDevice was a good tool, however not being actively developed. ios-deploy works great.
Here is the command -
ios-deploy --id --uninstall_only --bundle_id com.app.testapp
(ios-deploy is forked from fruitstrap only)