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 컴파일러와 같은 크로스 컴파일러는 금지됩니다. 또한 C # 및 .NET 앱을 iPhone으로 컴파일하는 도구 인 MonoTouch를 사용하여 컴파일 된 앱도 금지합니다.
실제로 이것은 아이폰에 모노 터치 사용을 금지 하는가?