Today Apple changed their license agreement and MonoTouch is officially allowed:
http://www.apple.com/pr/library/2010/09/09statement.html The changes in the agreement read as follows: 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.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. ... 3.3.9 You and Your Applications may not collect user or device data without prior user consent, and then only to provide a service or function that is directly relevant to the use of the Application, or to serve advertising. You may not use analytics software in Your Application to collect and send device data to a third party. The changed 3.3.2 leads me to a question: is JIT-ting still forbidden? Up till now AOT was compulsory because code generation was not allowed - does the new 3.3.2 lift this restriction? -- View this message in context: http://mono.1490590.n4.nabble.com/iPhone-SDK-4-0-prohibits-Mono-MonoTouch-future-tp1819493p2533445.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
