Mono Touch News MonoTouch News http://www.mono-project.com/newstouch//index.html Novell, Inc. monotouch@novell.com Tue, 27 Jul 2010 17:12:00 -0500 http://backend.userland.com/rss lb# First MonoTouch Book is out <p><a href="http://amzn.to/bWEnS3"><img src="http://primates.ximian.com/~miguel/pictures/book-wrox-iphone-programming.jpg" align="right"></a>I am very excited to see the <a href="http://amzn.to/bWEnS3">first MonoTouch book</a> published. <p>You could not ask for a better team of authors to explain the MonoTouch and the iPhone platform. Chris, Craig, Martin, Rory, and Wally. <p>This book was a team effort by various active members of the MonoTouch community. They nurtured the community from the start by exploring MonoTouch, by reporting bugs and missing functionality in MonoTouch and by guiding .NET developers through the new world of building iPhone applications. <p>Congratulations on the book release guys! <p>You can find them here: <ul> <li>Chris Hardy <a href="http://twitter.com/chrisNTR">twitter</a>, <a href="http://weblogs.asp.net/chrishardy">blog</a> <li>Craig Dunn <a href="http://twitter.com/conceptdev">twitter</a>, <a href="http://conceptdev.blogspot.com/">blog</a> <li>Martin Bowling <a href="http://twitter.com/martinbowling">twitter</a>, <a href="http://www.martinbowling.com/">blog</a> <li>Rory Blyth (<a href="http://twitter.com/rory_blyth">twitter</a>, <a href="http://www.neopoleon.com/">blog</a> <li>Wallace McClure <a href="http://twitter.com/wbm">twitter</a>, <a href="http://www.scalabledevelopment.com/">blog</a> </ul> http://www.mono-project.com/newstouch/archive/2010/Jul-27.html MonoTouch (monotouch@novell.com) http://www.mono-project.com/newstouch/archive/2010/Jul-27.html Tue, 27 Jul 2010 21:12:00 -0500 MonoTouch 3.0.8 - iOS 4 Support <p>We have released <a href="http://monotouch.net/Releases/MonoTouch_3/MonoTouch_3.0.8">MonoTouch 3.0.8</a>, a stable update containing support for iOS4. <p>This release adds support for the new APIs and changes introduced in iOS4 http://www.mono-project.com/newstouch/archive/2010/Jun-25.html MonoTouch (monotouch@novell.com) http://www.mono-project.com/newstouch/archive/2010/Jun-25.html Fri, 25 Jun 2010 21:11:00 -0500 MonoTouch 3.0.6 - iPhone OS 4, beta 4 <p>We have released <a href="http://monotouch.net/Releases/MonoTouch_3.0.6">MonoTouch 3.0.6</a>, a preview containing support for the upcoming iPhoneOS 4.0. <p>This preview adds support for the new APIs and changes introduced in iPhoneOS 4 Beta 4. <p>Detailed instructions on how to install this are available from our <a href="http://monotouch.net/Documentation/Preview">Preview Page</a>. http://www.mono-project.com/newstouch/archive/2010/May-19.html MonoTouch (monotouch@novell.com) http://www.mono-project.com/newstouch/archive/2010/May-19.html Wed, 19 May 2010 21:11:00 -0500 MonoTouch and iPhone OS 4 Update <h2>MonoTouch 3.0.0</h2> <p>On Friday, we released <a href="http://monotouch.net/Releases/MonoTouch_3.0.0">MonoTouch 3.0.0</a>, which includes our support for the new APIs in iPhoneOS 4. We are excited about this release, and look forward to hearing feedback from MonoTouch developers as they explore all the new features that Apple unveiled at last week's iPhoneOS 4 announcement. This release is only available to developers that have access to Apple's iPhoneOS 4, as the API is currently confidential. <p>The support for iPhone OS 4 that we are now shipping is a testament of our approach to support native iPhone application development: Offering developers their preferred language to leverage the exact same APIs that Objective-C developers would use. <h2>iPhone Developer Agreement</h2> <p>While, we have heard little direct feedback from Apple regarding recently reported changes to the iPhone Developer Program Agreement, we have heard consistent feedback that Apple is concerned about inefficient apps created using abstraction layers that hide native APIs. <p>We believe that several bloggers and journalists have misjudged MonoTouch by characterizing it as an abstraction with disregard for its actual features. As MonoTouch does not hide native APIs and is not an abstraction layer, we continue to believe that MonoTouch conforms to the spirit and intent of the terms spelled out in the developer agreement. <p>MonoTouch brings the best of multiple worlds: The C# language and the iPhone OS frameworks. And it does this without abstraction layers, inefficient libraries, glue or exposing a different set of APIs than those of the native iPhone OS. When developers create iPhone and iPad applications using MonoTouch, they use the C# language to take advantage of the features found in .NET like garbage collection, full type safety, and Language Integrated Query while interfacing directly with iPhone OS libraries, including UIKIt, CoreGraphics, CoreAnimation, GameKit, AudioToolbox, AVFoundation and <a href="http://monotouch.net/Features">many more</a>. <p>We have also heard many positive updates from middleware vendors within the iPhone ecosystem. Some have already reported direct approval of their platforms, and Unity (a Mono licensee on iPhone) have reported that they will be meeting with Apple this week to discuss the matter. <h2>New Apps Since iPhone OS 4 Announcement</h2> <p>We are also pleased to announce that since the iPhone OS 4 announcement, several MonoTouch users have received App Store approval for listing their iPhone and iPad applications, including <a href="http://www.touchplaybook.com/">Touch Playbook</a>, <a href="http://www.rlysimple.com/">Really Simple</a>, and <a href="http://lcarsreader.com/">LCARS Reader</a>. <p>Readers interested in seeing a more general listing of MonoTouch applications in Apple's App Store can look to the <a href="http://monotouch.info/MonoTouch/Apps">Apps page at MonoTouch.info</a>. <h2>Enterprise MonoTouch</h2> <p>It is important to point out that the new iPhone Developer Agreement terms are for AppStore deployment and not the Enterprise program that allows deployment of in-house application to users in the enterprise (using the Enterprise Deployment program). http://www.mono-project.com/newstouch/archive/2010/Apr-19.html MonoTouch (monotouch@novell.com) http://www.mono-project.com/newstouch/archive/2010/Apr-19.html Mon, 19 Apr 2010 21:11:00 -0500 MonoTouch and iPhone OS 4 <p>This is an update from the MonoTouch team at Novell to the MonoTouch community. <p>Many have contacted us about reports on the changes in the iPhone Developer Program Agreement and while we can not comment on the specifics of a confidential agreement, we want to address some of the points that are being brought up. <p>We believe that MonoTouch brings an impressive value to the Apple ecosystem. <p>MonoTouch's C-powered runtime blends the power of native code and Apple's iPhoneOS APIs with type safety, automatic memory management, and other benefits that years of runtime innovation have delivered to the ISO Common Language Infrastructure. <p>We are reaching out to Apple for clarification on their intention, and believe there is plenty of room for course-correction prior to the final release of the 4.0 SDK. <p>MonoTouch's programming model exposes the iPhoneOS API to the C# language to give developers the same control and access that Objective-C developers get. <p>If Apple's motives are technical, or are intended to ensure the use of the Apple toolchain, MonoTouch should have little difficulty staying compliant with the terms of the SDK. MonoTouch runs only on Mac OS X, and integrates tightly with XCode and the iPhone SDK. Applications built with MonoTouch are native applications indistinguishable from other native applications, only expose Apple's documented APIs and uses a rigorous test suite to ensure that we conform to the iPhoneOS ABIs and APIs. <p>With this in mind, the MonoTouch team remains excited about the potential for Enterprise and AppStore-deployable applications developed for the iPhone and iPad. Support for iPhoneOS 4.0 on MonoTouch will be arriving soon. http://www.mono-project.com/newstouch/archive/2010/Apr-09.html MonoTouch (monotouch@novell.com) http://www.mono-project.com/newstouch/archive/2010/Apr-09.html Fri, 09 Apr 2010 21:11:00 -0500 MonoTouch 2.0 <p>We are happy to introduce <a href="http://monotouch.net/Releases/MonoTouch_2.0.0">MonoTouch 2.0</a> which now includes support for Apple's iPad and all the new iPad APIs that were introduced with iPhoneOS 3.2. <p>Existing users of MonoTouch can upgrade to MonoTouch directly from the MonoDevelop IDE by selecting "Check for Updates" in the Help menu, this will offer the new MonoTouch 2.0 downloads. <p>Since the MonoTouch 1.0 release, we have added plenty of new features, including: <ul> <li>Debugger for the simulator and devices. <li>Profiling support using Shark and Instruments. <li>Much smaller executables. <li>Increased performance. <li>Completed support for Apple's libraries in iPhoneOS. <li>Added many new popular .NET libraries to the distribution (JSon, WCF, LINQ to XML, System.Data bindings to Sqlite and Cairo). <li>Improved the MonoDevelop IDE for OSX users. </ul> http://www.mono-project.com/newstouch/archive/2010/Apr-07.html MonoTouch (monotouch@novell.com) http://www.mono-project.com/newstouch/archive/2010/Apr-07.html Wed, 07 Apr 2010 21:11:00 -0500 MonoTouch Alpha + Beta Updates <p>We have release an update for both the MonoTouch Beta (what will become MonoTouch 1.5) and MonoTouch Alpha (what will become 2.0, our iPad support). <p>To get these packages, go to MonoDevelop and in the updater check "Beta" or "Alpha" depending on what you are interested in downloading and download the updates. <p><a href="http://monotouch.net/Releases/MonoTouch_1.4.101">Release notes for MonoTouch 1.5 Beta</a> and <a href="http://monotouch.net/Releases/MonoTouch_1.9.3">Release Notes for MonoTouch 2.0 Alpha</a>. http://www.mono-project.com/newstouch/archive/2010/Feb-25.html MonoTouch (monotouch@novell.com) http://www.mono-project.com/newstouch/archive/2010/Feb-25.html Thu, 25 Feb 2010 22:11:00 -0500 MonoTouch support for the iPad is ready <p>MonoTouch support for the <a href="http://www.apple.com/ipad">Apple iPad</a> is now ready. <p>This release includes the new APIs in the new iPhoneOS as well as tool support and MonoDevelop support for developing iPad applications. <p>Head over to <a href="http://monotouch.net/iPad">MonoTouch on iPad</a> for instructions. http://www.mono-project.com/newstouch/archive/2010/Jan-28.html MonoTouch (monotouch@novell.com) http://www.mono-project.com/newstouch/archive/2010/Jan-28.html Thu, 28 Jan 2010 22:11:00 -0500 MonoTouch on iPad <p>The MonoTouch team is very excited about today's iPad announcement. MonoTouch users should expect that MonoTouch apps will run on the iPad in the same way that apps developed with the current iPhone SDK will work on the iPad. <p>We will begin releasing updated versions of MonoTouch with additional support for iPad features as soon as Apple makes the new SDK available. http://www.mono-project.com/newstouch/archive/2010/Jan-27.html MonoTouch (monotouch@novell.com) http://www.mono-project.com/newstouch/archive/2010/Jan-27.html Wed, 27 Jan 2010 22:11:00 -0500 MonoTouch 1.4 is out <p>The new <a href="http://monotouch.net/Releases/MonoTouch_1.4">MonoTouch 1.4</a> is out. It starts up 40% faster, code size is 30% smaller, various new APIs have been bound, we improved the debugging experience. Check our <a href="http://monotouch.net/Releases/MonoTouch_1.4">release notes</a> for the full details. http://www.mono-project.com/newstouch/archive/2009/Dec-09.html MonoTouch (monotouch@novell.com) http://www.mono-project.com/newstouch/archive/2009/Dec-09.html Wed, 09 Dec 2009 22:11:00 -0500 First MonoTouch EBook Published <p>Wallace McClure and Wrox have published the first e-Book on <a href="http://www.wrox.com/WileyCDA/WroxTitle/Building-iPhone-and-iPod-touch-Applications-for-the-NET-C-Developer-with-MonoTouch.productCd-0470590734.html">Buildling iPhone/iPod Touch Applications using C# and MonoTouch</a>. <p>Get it while it's hot! http://www.mono-project.com/newstouch/archive/2009/Dec-03.html MonoTouch (monotouch@novell.com) http://www.mono-project.com/newstouch/archive/2009/Dec-03.html Thu, 03 Dec 2009 22:11:00 -0500 MonoTouch 1.2: Now with Debugging Support <p>We have just released <a href="http://monotouch.net/Releases/MonoTouch_1.2">MonoTouch 1.2</a>, the major feature of this release is the support for debugging MonoTouch applications on both the iPhone and the iPhone Simulator using MonoDevelop. <p>Existing MonoTouch customers will be able to get MonoTouch 1.2 the next time they startup MonoDevelop or when they use "Check Updates" in MonoDevelop. <p>If you are evaluating MonoTouch, you can get your evaluation copy with the debugger from <a href="http://monotouch.net/DownloadTrial">our evaluation page</a> http://www.mono-project.com/newstouch/archive/2009/Nov-04.html MonoTouch (monotouch@novell.com) http://www.mono-project.com/newstouch/archive/2009/Nov-04.html Wed, 04 Nov 2009 22:11:00 -0500 MonoSpace Conference in Austin - October 27 through 30 <p>Over the past few weeks, the final details of the program for the <a href="http://monospace.us/">Monospace Conference</a> have been announced, and now the event is just less than two weeks away. Some key details you may have missed: <ul> <li>The Monspace conference features 2 days of workshops and 2 days of Open Space sessions. <li>The full conference agenda has been posted, and now includes a full day of MonoTouch training (Mono for the iPhone). <li>The two-day open space sessions will be kicked off on Thursday with an Open Source Panel featuring Miguel de Icaza (Mono Project Founder), Sam Ramji (CodePlex Foundation), Ayende Rahien (NHibernate and Castle Contributor), and Glenn Block (Managed Extensibility Framework), and moderated by Rod Paddock, Editor of CoDe Magazine. </ul> <p>The Monospace conference will be held in Austin, TX on Tuesday, October 27 through Friday, October 30. To register for the event, visit the Monospace Conference Registration Page. <p>Check the <a href="http://monospace.us/program">program</a> for more information. <p>Registered Monospace attendees will receive a $150 discount on MonoTouch, if they purchase in the month of October. http://www.mono-project.com/newstouch/archive/2009/Oct-16.html MonoTouch (monotouch@novell.com) http://www.mono-project.com/newstouch/archive/2009/Oct-16.html Fri, 16 Oct 2009 21:11:00 -0500 MonoTouch 1.1 is now available <p>An update to MonoTouch is <a href="http://monotouch.net/Releases/MonoTouch_1.1">now available</a>. New features include: iPhone 3.1 APIs, WebServices support, 30% less disk space for generated code, halved startup time. http://www.mono-project.com/newstouch/archive/2009/Oct-02.html MonoTouch (monotouch@novell.com) http://www.mono-project.com/newstouch/archive/2009/Oct-02.html Fri, 02 Oct 2009 21:11:00 -0500 Public MonoTouch Wiki <p>We have launched a public Wiki for MonoTouch users to share their experiences, code snippets and information at <a href="http://wiki.monotouch.net">wiki.monotouch.net</a>. http://www.mono-project.com/newstouch/archive/2009/Sep-21.html MonoTouch (monotouch@novell.com) http://www.mono-project.com/newstouch/archive/2009/Sep-21.html Mon, 21 Sep 2009 21:11:00 -0500 MonoTouch Trial Available <p>A trial edition of MonoTouch is now available for developers from <a href="http://monotouch.net/DownloadTrial">our site</a> http://www.mono-project.com/newstouch/archive/2009/Sep-16.html MonoTouch (monotouch@novell.com) http://www.mono-project.com/newstouch/archive/2009/Sep-16.html Wed, 16 Sep 2009 21:11:00 -0500 MonoTouch 1.0 Released <p>MonoTouch 1.0 has been released! Check our <a href="http://monotouch.net/Releases">release notes</a>. http://www.mono-project.com/newstouch/archive/2009/Sep-14.html MonoTouch (monotouch@novell.com) http://www.mono-project.com/newstouch/archive/2009/Sep-14.html Mon, 14 Sep 2009 21:11:00 -0500 MonoTouch 1.0 Beta 8 Released <p>MonoTouch 1.0 Beta 8 has been released. Release <a href="http://monotouch.net/Releases">here</a>. http://www.mono-project.com/newstouch/archive/2009/Sep-01.html MonoTouch (monotouch@novell.com) http://www.mono-project.com/newstouch/archive/2009/Sep-01.html Tue, 01 Sep 2009 21:11:00 -0500