标签: javascript ios
我知道您可以使用adb shell pm clear <package>在Android上执行类似的操作,但是不确定如何在ios上执行此操作。
adb shell pm clear <package>
答案 0 :(得分:0)
对于安装:
ideviceinstaller -i testApp.ipa
对于卸载:
ideviceinstaller -U com.testPackage.testApp
工具: ideviceinstaller