mirror of
https://github.com/SignTools/SignTools.git
synced 2026-04-27 19:05:49 +03:00
[GH-ISSUE #70] iOS 15 beta code signed apps don't work #42
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SignTools#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @URBANsUNITED on GitHub (Jun 14, 2021).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/70
Hi!
iOS 15 breaks the current code signing service. None of my signed apps work any longer.
Always says " the devoloper must update the app"
Discovered the Altstore reddit:
https://www.reddit.com/r/AltStore/comments/numjvp/warning_ios15_breaks_altstore/
https://www.reddit.com/r/AltStore/comments/nuzkng/side_loading_on_ios_15/?utm_source=share&utm_medium=web2x&context=3
Maybe there is a fix for this fantastic workflow?!?
Thanks
URBANsUNITED
@ViRb3 commented on GitHub (Jun 14, 2021):
Hey there. Signing apps for iOS 15 requires macos 11.4 or above. Currently, github actions only supports macos 10. When their 11.4 image is up, signing will work:
Alternatively you can host your own builder on your own macos 11.4:
https://github.com/SignTools/ios-signer-builder
@ViRb3 commented on GitHub (Aug 17, 2021):
Good news, macos 11 with iOS 15 signing is finally released to the general public:
Simply update your
ios-signer-ciand signing for iOS 15 will magically work.