Installing IPA

Install ipa using command line

  • using ideviceinstaller which can be installed using brew install ideviceinstaller

# list installed app on the connected device
# it also lists the identifier of the installed packages
ideviceinstaller -l

# install ipa
ideviceinstaller -i <your-package.ipa>

# uninstall app
ideviceinstaller -U <your-app-id>

IPA Tool to Pull Universal IPA and then install it:

ipatool auth
ipatool purchase -b com.yourpackage.co
ipatool download -b com.yourpackage.co

Last updated