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
Via command line: uninstall [-i/--id device_id] -b/--bundle bundle.app
uninstall [-i/--id device_id] -b/--bundle bundle.app
Removed the specified bundle identifier (eg com.foo.MyApp) from the specified device, or all attached devices if none are specified.
Used this repository Note: works with SDK 6.1.3 but not with SDK 6.1.4