I plan to implement an iOS game where the certificates are textures, shaders, etc. loaded at runtime when the user purchases certain purchases in the application. His famous fact about Apple prohibiting the downloading and emitting of iOS application code at runtime:
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 built-in WebKit framework.
This limitation also includes Open GL shaders, i.e. can shaders be encoded at runtime?
source share