终端命令直接安装到苹果和安卓手机

在线安装brew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

iPhone

1.安装ideviceinstaller

brew install ideviceinstaller

2.终端安装

ideviceinstaller -i .ipa路径

安卓

1.安装adb工具

brew install --cask android-platform-tools

2.终端安装

adb install  .apk路径

你可能感兴趣的:(终端命令直接安装到苹果和安卓手机)