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
Use ideviceinstaller
ideviceinstaller
To install app: ideviceinstaller -i testApp.ipa
ideviceinstaller -i testApp.ipa
To uninstall app: If you don't know bundle id, first get bundle id ideviceinstaller -l then
ideviceinstaller -l
ideviceinstaller -U com.testPackage.testApp