Tutorial (currently messy)

  1. Run sudo apt-get update && sudo apt-get upgrade (This will take a few minutes)

  2. Sudo apt-get install libimobiledevice6 libimobiledevice-dev

  3. sudo apt install subversion

  4. Edit the gen-certs script to change output folder from '../developer' to '.'

  5. Place ipa in the folder, plug device and type ./gen-certs <appleId> <password>.

  6. Type after ./sign-ipa -m provision-profile.mobileprovision -k key.pem -c certificate.pem -e entitlements.xml -o output.ipa <ipa path>

  7. Run after ideviceinstaller -i output.ipa and it will sideload app on your device

Last updated

Was this helpful?