Sideloading ipa using ideviceinstaller

1.1k Views Asked by At

I tried to install ipa using linux machine. I never done this before and got this error.

SIdeloading ipa

1

There are 1 best solutions below

0
Frederik Carlier On

The application you are trying to install does not have a digital signature. iOS will only install applications which a valid digital signature on your phone. That's why you get the error message "No code signature found".

You can sign the application yourself if you have an iOS development account. Once the application is signed, you can install it using ideviceinstaller.

Alternatively, you can jailbreak your phone, which will cause iOS to no longer validate the digital signature of applications you are trying to install.