现在看来,这是允许开发人员做的事情:iOS开发人员协议昨天被更改了,似乎是以某种方式修改的,使得在应用程序中嵌入Python解释程序合法:
第3.3.2节-口译员
旧版:3.3.2 An Application may not itself install or launch other executable
code by any means, including without
limitation through the use of a
plug-in architecture, calling other
frameworks, other APIs or otherwise.
Unless otherwise approved by Apple in
writing, no interpreted code may be
downloaded or used in an Application
except for code that is interpreted
and run by Apple’s Documented APIs and
built-in interpreter(s).
Notwithstanding the foregoing, with
Apple’s prior written consent, an
Application may use embedded
interpreted code in a limited way if
such use is solely for providing minor
features or functionality that are
consistent with the intended and
advertised purpose of the Application.
新建: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.
苹果公司修改了iOS开发者协议,现在开发者可以在应用程序中嵌入Python解释器,只要所有脚本、代码和解释器都打包在应用内部,不从外部下载。这一改动为iOS应用提供了更多灵活性,尤其是对于需要运行脚本或提供特定功能的应用。

612

被折叠的 条评论
为什么被折叠?



