Uninstalling app from iOS Device thru command line

后端 未结 5 1748
粉色の甜心
粉色の甜心 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:52

    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)

提交回复
热议问题