Beginning with devices using an A12 SoC or higher, Apple introduced nonce entangling.
- This meant that, when saving SHSH blobs, a nonce generator would generate a different ApNonce for each device.
- When saving SHSH blobs for an A12+ device, you now must find a generator-ApNonce pair for your device, then use that generator-ApNonce pair when saving SHSH blobs.
- After you have found a generator-ApNonce pair for your device, you can save it and re-use it whenever you save SHSH blobs again.
- (iOS 14+ only) Install an iOS kernel r/w library.
- On Taurine, install
libkernrw
.
- On Taurine, install
- On unc0ver, install
libkrw
.