-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to Install after signing the application #128
Comments
Moving discussion here from #113 (comment)
It looks like the app you are resigning contains app extensions. Just to make sure you can get past the inital resigning issue, try stripping the extensions with the
|
Hello, still having issues even with the parameter -p, Not sure what I'm missing here, but it worked when I tried the IOS app signer, the repatch using applesign. ideviceinstaller -i Sample-resigned.ipa |
@kaleb-g can you watch the device syslog while trying to install to see if there are any interesting error messages that might help? Can you also provide the iOS version and applesign version you are using? Assuming this is happening for any app you try to resign, I'll try to reproduce on one of my devices. |
HI @dki sorry for the late response. Here is my iOS version:14.5.1 And here is the syslog. P.S. I'm using a free developer account. Thank you! |
@kaleb-g My turn to say sorry for the late response! I may have a solution for you. This line stands out for me:
Can you try this: for the mobileprovision file that you are using, figure out what the bundle ID was of the application it originally came from. Then sign using the following:
Based on some testing, it looks like when you use a free Apple ID you have to make sure the bundle ID from the mobileprovision file matches the bundle ID you set in the final ipa file. |
Hey @dki Happy New Year! Sorry for the late response again, this worked for me , I guess there's really an issue when using a free Apple ID.
Thanks for your help as always, awesome tool! also we were former colleagues hehe, Risker team days! Stay safe! |
As a side note there's now the -D flag which takes the first device connected and the associated mobileprovisioning from the cache. So you dont need to pass -m and -i :D |
Hi, I've experience an error while installing the application after I signed it.
applesign -m embedded.mobileprovision -i F65C7C7C47767CE97C0FFEFC351726AED5BFB7B0 -I frida-gadget-12.9.7-ios-universal.dylib -c -a Sample.ipa
then when I try to install it using ideviceinstaller. This is the error:
Install: VerifyingApplication (40%)ERROR: Install failed. Got error "ApplicationVerificationFailed" with code 0xe8008001: Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.BtoW52/extracted/Payload/Sample.app : 0xe8008001 (An unknown error has occurred.)
Been trying this for days can someone help me please. Thank you!
The text was updated successfully, but these errors were encountered: