tags:

views:

194

answers:

2

I wanted to use monotouch, but unfortunately I don't have $400 to spend.

So I found xmlvm http://www.xmlvm.org/ and I it seems It can crosscompile .net bytecode to objective c.

But, I'm not sure, are there any wrappers? What else would I need to start developing for the iphone using xmlvm??

A: 

You could use Unity 3D, with C# Scripts.

whybird
Unity is based on MonoTouch and you also need to purchase licenses.
Lex Li
I believe it is possible to create basic iPhone apps in C# with the free version, BUT you are correct that you do need to pay US$399 for the version that supports multitouch, accelleromoter, etc. http://unity3d.com/unity/licenses.html
whybird
+1  A: 

For the record: note that with the recent release of the iPhone OS version 4.0 SDK, Apple have outlawed using all forms of using cross-compiled languages on the iPhone OS family of devices.

whybird