Man*_*ter 9 macos xcode command-line uninstall ios
我正在使用UIAutomation在应用程序上运行测试,但我需要一种方法来在设备(iPhone,iPad,iPod)中卸载应用程序而不使用越狱.
目前我正在使用fruitstrap将应用程序上传到使用设备UID的有线连接设备.
有没有办法通过命令行(是的,它必须是命令行)从设备中删除应用程序?
使用ideviceinstaller
要安装应用程序:ideviceinstaller -i testApp.ipa
卸载应用程序:如果您不知道bundle id,请先获取bundle id,
ideviceinstaller -l然后
ideviceinstaller -U com.testPackage.testApp