Uninstalling app from iOS Device thru command line

后端 未结 5 1739
粉色の甜心
粉色の甜心 2021-02-20 05:04

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

5条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-20 05:37

    Use ideviceinstaller

    To install app: ideviceinstaller -i testApp.ipa

    To uninstall app: If you don't know bundle id, first get bundle id ideviceinstaller -l then

    ideviceinstaller -U com.testPackage.testApp

提交回复
热议问题