Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
JIT on non-jailbroken iOS
10-10-2015, 08:32 PM
Post: #2
RE: JIT on non-jailbroken iOS
No, iOS doesn't allow apps to create executable memory. The only exception is for web browser JavaScript engines, which is a special "entitlement".

Most jailbreaks replace the iOS function that creates memory with one that allows all apps to create executable memory.

The issue isn't really about code signing.

See here:
http://forum.unity3d.com/threads/serious...os.278666/

It might be possible to make it work if:
1. You are willing to always run it on your phone by plugging it into a laptop or computer (you won't be able to launch it without one.)
2. You're willing to keep it plugged in to that laptop or computer for the entire duration of your usage (it closes automatically if disconnected.)

But at that point, why not just play it on the laptop or computer instead?

-[Unknown]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
JIT on non-jailbroken iOS - Vohuman - 10-10-2015, 06:10 PM
RE: JIT on non-jailbroken iOS - [Unknown] - 10-10-2015 08:32 PM
RE: JIT on non-jailbroken iOS - Vohuman - 10-10-2015, 08:53 PM

Forum Jump: