AppStore / iOS apps and interpreted code - where do they draw the line?

前端 未结 7 1622
清酒与你
清酒与你 2021-02-07 03:14

Apple\'s iOS developer guidelines state:

3.3.2 — An Application may not itself install or launch other executable code by any means, including without lim

7条回答
  •  鱼传尺愫
    2021-02-07 03:42

    The concept of the differences between 'code' and 'data' has been discussed on SO before. Please see this answer: https://stackoverflow.com/a/642476/200696

    From Apple's perspective, this ban prevents un-reviewed executable content from the app store. It would be trivial to create a program which is approved by Apple, and then downloads executable content that changes the pre-approved behavior.

提交回复
热议问题