Uninstalling app from iOS Device thru command line

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

    Via command line: 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

提交回复
热议问题