Installing IPA
Install ipa using command line
ipa using command lineusing
ideviceinstallerwhich can be installed usingbrew 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.coLast updated
Was this helpful?