我计划实现 iOS 游戏,当用户购买特定的应用内购买时,会在运行时下载某些资产 - 纹理、着色器等。关于 Apple 禁止在运行时下载和发出 iOS 应用程序代码的众所周知的事实:
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.
此限制是否还包括 Open GL 着色器,即可以在运行时下载着色器代码吗?