Apple will start allowing emulators on the iOS App Store
Apple will start allowing emulators on the iOS App Store
Do we know if these emulators will support JIT? JIT has always been prohibited on iOS (which is why there are no browsers other than Safari - Firefox and Chrome on iOS are just a Safari WebView plus a crappy interface on top).
Even when sideloading emulators, you only get JIT by paying for a special developer license or using exploits on very specific iOS versions.
Without JIT, sure, go nuts emulating the NES… But forget about anything more demanding than a GameCube, or using this to run a VM or something.
you 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.
but requires you to be connected to the same network as a computer running altstore.
So you mean iOS doesn’t natively support JIT for App Store apps and require hacky workarounds?
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.
iOS natively supports JIT (by which we mean writable and executable memory) but Apple locks it down to only two use cases:
So you mean iOS doesn’t natively support JIT for App Store apps and requires hacky workarounds?
which is why there are no browsers other than Safari
Want that explicitly forbidden? Browsers don’t need jit to be fast enough
Yes, op is a little confused.
Apple warns that developers are “responsible for all such software offered in your app, including ensuring that such software complies with these Guidelines and all applicable laws.” This raises the question of whether anyone can release a game emulator or only the companies that own the rights to the games distributed for it.
A good move, and great for distribution, but this does look like it’s difficult to publish an emulator unless you could control the games too. I don’t see this clearly permitting a general purpose emulator. It’s possible, but knowing Apple, I would expect that this could let Nintendo publish an emulator but not necessarily an open source project.