John Gruberによる最近の投稿では、次の法律家が述べています:
3.3.1 — Applications may only use Documented APIs in the manner prescribed by Apple and must not use or call any private APIs.
次のように改訂されました。
3.3.1 — Applications may only use Documented APIs in the manner prescribed by Apple and must not use or call any private APIs. Applications must be originally written in Objective-C, C, C++, or JavaScript as executed by the iPhone OS WebKit engine, and only code written in C, C++, and Objective-C may compile and directly link against the Documented APIs (e.g., Applications that link to Documented APIs through an intermediary translation or compatibility layer or tool are prohibited).
そして、次の観察を行います:
私がこの新しい言語を読んだのは、Adobeの次期Flash Professional CS5リリースのFlash-to-iPhoneコンパイラなどのクロスコンパイラは禁止されているということです。これにより、MonoTouchを使用してコンパイルされたアプリも禁止されます。これは、C#および.NETアプリをiPhoneにコンパイルするツールです。
これにより、iPhoneでのモノタッチの使用が実際に禁止されますか?