Sadly jail breaking is required after iOS 11
Comment on Apple will start allowing emulators on the iOS App Store
nave@lemmy.ca 7 months agoyou only get JIT by paying for a special developer license or using exploits on very specific iOS versions.
Actually Altstore has Altjit which works on all iOS versions altstore supports but requires you to be connected to the same network as a computer running altstore.
tsonfeir@lemm.ee 7 months ago
nave@lemmy.ca 7 months ago
For what?
tsonfeir@lemm.ee 7 months ago
For for UTM
nave@lemmy.ca 7 months ago
No I believe it also works with altstore (though I haven’t personally tried it).
kadu@lemmy.world 7 months ago
So you mean iOS doesn’t natively support JIT for App Store apps and require hacky workarounds?
WolfLink@lemmy.ml 6 months ago
iOS natively supports JIT (by which we mean writable and executable memory) but Apple locks it down to only two use cases:
AltStore launches a debugger and connects it to your phone. Even though it’s not actually doing anything with a debugger, that’s enough to convince iOS to let your app use memory that’s both writable and executable (the key feature needed for JIT).
Without JIT you need to either resort to a slower form of emulation or do something creative.
kadu@lemmy.world 6 months ago
WolfLink@lemmy.ml 6 months ago
If that’s how you want to put it, sure.
nave@lemmy.ca 7 months ago
I was just pointing out that OPs list was incomplete. Also theoretically someone could include altjit in their app because the App Store guidelines don’t explicitly say you can’t.