Uninstalling app from iOS Device thru command line

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

    For those who still get here by google: You can installe the ruby gem ios_app_installer (which is a "light" version of ios-deploy) and after installing it use the command

    ios_app_installer -b  -u
    

    (The device may have to be connected via USB)

提交回复
热议问题