ユーザーが特定のアプリ内購入を購入すると、特定のアセット (テクスチャ、シェーダーなど) が実行時にダウンロードされる 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 シェーダーも含まれますか? つまり、実行時にシェーダー コードをダウンロードできますか?