-
Notifications
You must be signed in to change notification settings - Fork 314
ipas can not install on ios11 beta? #98
Comments
Any updates here? :) |
@dabear you can refer to #72 @justindhill's codes, it's mostly support sha256. |
It's worth knowing that when we upgrade an ios 10.3 device with isign signed IPAs to ios 11, the app stops running. I assume this is the same for you? |
That is expected behavior. iOS 11 enforces a valid SHA-256 code signature. Since isign does not currently embed one, the code signing check on app launch fails and your app will not run. |
Any updates for iOS 11? |
The Apperian fork at https://github.com/apperian/isign has added iOS 11 support which works in my testing |
@ewan-realitymine it didnt work for me. I cloned the git and used the ./install.sh |
This probably isn't the best place to discuss it, but it does work. You'll need to switch to the develop branch after cloning from https://github.com/apperian/isign before running the install scripts |
@ewan-realitymine how do i switch to develop before installing? |
@ewan-realitymine Thanks, It's work for me.
then modifty the openSSL requiement to :
ok, you can use isign now. |
@eric1lubow did you check it on the release version of iOS11. It doesn't work on my end. It probably depends from the IPA package (structure) UPDATE: I found the roots, it cannot sign when I added additional command to load dylib in the main executable. |
@andreyzapt
|
I found that ipas resigned by isgin can not be installed on ios11 beta. is there anyone troubled with this? and how to resolve it🙁
thank you guys~
The text was updated successfully, but these errors were encountered: