this post was submitted on 06 Apr 2024
228 points (98.7% liked)

Games

31803 readers
1239 users here now

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.

Weekly Threads:

What Are You Playing?

The Weekly Discussion Topic

Rules:

  1. Submissions have to be related to games

  2. No bigotry or harassment, be civil

  3. No excessive self-promotion

  4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts

  5. Mark Spoilers and NSFW

  6. No linking to piracy

More information about the community rules can be found here.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] nave@lemmy.ca 13 points 5 months ago* (last edited 5 months ago) (2 children)

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.

run a VM or something

UTM (which is based on QEMU) is already available on iOS.

[–] kadu@lemmy.world 6 points 5 months ago* (last edited 5 months ago) (2 children)

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 requires hacky workarounds?

[–] WolfLink@lemmy.ml 1 points 4 months ago (1 children)

iOS natively supports JIT (by which we mean writable and executable memory) but Apple locks it down to only two use cases:

  1. The JavaScript engine in Safari
  2. Support for running a debugger

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.

[–] nave@lemmy.ca 0 points 5 months ago* (last edited 5 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 (ofc this would most likely not work).

[–] tsonfeir@lemm.ee 1 points 5 months ago (1 children)

Sadly jail breaking is required after iOS 11

[–] nave@lemmy.ca 4 points 5 months ago (1 children)
[–] tsonfeir@lemm.ee 1 points 5 months ago (1 children)
[–] nave@lemmy.ca 1 points 5 months ago (1 children)

No I believe it also works with altstore (though I haven’t personally tried it).

[–] tsonfeir@lemm.ee 1 points 5 months ago

Hmm. I’ll give that a shot.