is it prohibited using of JIT(just-in-time) compiled code in iOS app for AppStore?

后端 未结 3 790
不思量自难忘°
不思量自难忘° 2020-12-14 01:53

I heard that JIT compiled code is not allowed in iOS AppStore because placing executable code in heap is prohibited. It that right? Or just a rumor?

3条回答
  •  感情败类
    2020-12-14 02:48

    That is right. You can read in the iOS standard agreement, which you need to accept when setting up your developer enrollment:

    3.3.2 An Application may not download or install executable code. Interpreted code may only be used in an Application if all scripts, code and interpreters are packaged in the Application and not downloaded. The only exception to the foregoing is scripts and code downloaded and run by Apple's built-in WebKit framework.

提交回复
热议问题