Last active
June 16, 2021 02:20
-
-
Save zsnell02/045dc91ad18e46399f4b532111cf2276 to your computer and use it in GitHub Desktop.
Sideloading IPAs on macOS 11.3+ (M1 Only)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You need: | |
1. Dev Cert (udidregistrations has them for $10) | |
2. Jailbroken iPhone | |
3. iOS App Signer | |
Procedure: | |
1. Use bfdecrypt on the app you want | |
2. Tranfer it to your Mac via airdrop, Filza, or SSH/SCP | |
3. Resign with iOS App Signer and the dev cert you aquired, *keeping the same bundle ID* | |
4. Install | |
5. If the prompt "keep or move to trash" after installer, it worked. If it installs with no prompt then it will crash upon opening. | |
6. You're done. | |
Not doing step 1 trips Apple's DRM and throws a 'did not intend to run' error | |
Credits: | |
* Banaantje04#2250 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment