vote up 7 vote down star
5

Has Mono been ported to the iPhone yet? I'd love to write .NET apps for the iPhone, and learning Objective C isn't an option for me.

flag

47% accept rate
1  
Please elaborate on why learning Objective-C "isn't an option" and what you feel you'd achieve by writing .NET applications instead of applications using the iPhone's native frameworks. – Chris Hanson Dec 18 '08 at 9:54
I'm in the same boat, considered getting an iPhone to start writing code for it about August last year. Then three things happened: I looked at iPhone code, I read stories about developing for the iPhone and Android was released. Bye bye iPhone!!! – jcollum Dec 18 '08 at 23:40
@jcollum, I hope you enjoy developing for < 1 million phones vs > 10 million. This may change, but the iPhone is development choice at the moment I would say. – rustyshelf Dec 27 '08 at 9:48

10 Answers

vote up 2 vote down check

This question is asked over and over and over again. If you want to write official apps for the iPhone you need to:

  • have a real mac

  • learn objective-c & cocoa-touch

  • drink the kool-aid

Trying to work around any of the above is a waste of your time and ours. As I've said many times before it's Steve's way or the highway, and if you want to develop on the iPhone you'd best learn that lesson sooner rather than later.

link|flag
Shouldn't it be Steve's way or highway? – Varun Mahajan Dec 18 '08 at 14:21
Good point, I fixed the type...though 'of' maybe works as well, since Steve probably would have built the highway in the first place... – rustyshelf Dec 18 '08 at 23:31
Oh and also be willing to risk your time coming to naught when the iPhone store team rejects your code or determines that Apple is about to release its own version of your app. – jcollum Dec 18 '08 at 23:41
I think what it comes down to at this stage is that there is a lot of money to be made, so people put up with the way Apple treats them. As the store gets more and more crowded, this will no doubt change. But since it's the only way to reach x million iPhones, then you have to play the game :) – rustyshelf Dec 19 '08 at 6:09
14  
mono-project.com/MonoTouch MonoTouch allows developers to create C# and .NET based applications that run on the iPhone and can take advantage of the iPhone APIs as well as reusing both code and libraries that have been built for .NET as well as existing skills. Has no reflection or JIT. This development on mono for iphone was showcased at microsoft PDC 2008 by Miguel de Icaza video available here: channel9.msdn.com/pdc2008/PC54 – alram Jul 1 at 13:48
vote up 20 vote down

To get Mono on the iPhone today (Jan 2009) you should get yourself a copy of the commercial tool Unity3D as it provides the entire pipeline to develop 3D applications using Mono on the iPhone.

Although it is possible to use Mono on the iPhone today, it is a pretty complicated setup, one that is poorly documented and lacks any bindings to the iPhone APIs, so it is not very useful.

In the long term, we would like to bring statically compiled Silverlight 2.0 applications, but that will be something that we do down the line.

link|flag
Outdated, oddly enough, by Miguel's MonoTouch project. – Greg Hurlman Sep 24 at 15:31
Time to update this, methinks. – Joel Coehoorn Oct 2 at 20:01
vote up 14 vote down

Sorry but not completely true: http://www.mono-project.com/Mono:Iphone

link|flag
1  
It's as good as true. That just sounds painful compared to just learning Objective-C. My favourite part is: * A significant amount of cross-compilation is required, this is far from easy. * No iPhone APIs have been exposed, so you get the very basic foundation. – rustyshelf Dec 27 '08 at 9:47
vote up 4 vote down

For the nay-sayers, please listen to Miguel de Icaza himself talking about the subject with Scott Hanselman on the 24NOV2008 Hanselminutes podcast (around the 23:50 mark).

Long story short: there are plans to get Silverlight applications statically compiled to conform to Apple's requirements.
You won't be able to run them in the browser but they would be fully integrated iPhone apps just like any others.

link|flag
And how would that get around the official App Store restrictions that say you cannot use an interpreter that does not come with the phone? You can do anything on a Jailbroken phone of course, but presumably that is not what he is looking for. – Kendall Helmstetter Gelner Dec 18 '08 at 22:14
Well, you should listen to the show. The key point is that your application would be statically compiled and would become just another native application. – Renaud Bompuis Dec 18 '08 at 23:14
You use AOT to pre-compile the code, so it is no longer JIT compiled. – jpobst Dec 18 '08 at 23:14
vote up 3 vote down

Here's a blog entry from Miguel de Icaza showing Mono running on the iPhone

(I suspect it's a jailbroken phone, and KiwiBastard's probably quite correct about the changes of it ever being official)

link|flag
vote up 3 vote down

First Mono game hits the Apple AppStore. So, not only is it technically possible, Apple will approve them as well.

link|flag
Keep in mind that the Mono runtime doesn't actually run on those games; it's fully translated to native code. – Randolpho Mar 27 at 15:51
vote up 3 vote down

We are developing a CocoaTouch binding called MonoTouch and a full-AOT toolchain that will allow building native iPhone apps using Mono & MonoDevelop. This will be a commercial product, with a beta planned for August. Stay tuned!

Miguel has blogged about this.

link|flag
vote up 2 vote down

This allows you to use C# for iPhone now (just recently released, I think), but you still have to have a Mac.

http://monotouch.net/

link|flag
vote up 0 vote down

Never say never, but as it would require a runtime to be running too, I can't see it ever happening. Apple would have to sanction and install the mono/.net runtime with the standard firmware. Same goes for Java too I guess...

link|flag
However, we have jailbroken iPhones too! – Mehrdad Afshari Dec 18 '08 at 7:59
vote up 0 vote down

Sorry, kid, but Obj-C is the only way. Why is it "not an option"?

Your app will be "not an option" to Apple for the App Store unless it's written in Obj-C on Xcode, and signed properly.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.