[Mono-list] Porting desktop application to OSX/Iphone

Rodrigo Kumpera kumpera at gmail.com
Mon Apr 20 17:58:16 EDT 2009


On Mon, Apr 20, 2009 at 6:53 PM, Susan Mackay
<susanmackay at optusnet.com.au>wrote:

> >
> All of this presupposes that you can get the mono runtime onto the iPhone
> at the technical level (no idea if this is possible/being done). However the
> biggest problem with this approach, especially if you want others to use
> your app, is that the agreement with Apple to put an app into the App Store
> states that no interpreter other than the Apple provided JVM is permitted.
> While there is some debate about what this really means and how far it goes
> (and Apple is the sole decider of these things) I would check with Apple
> about whether a C# app would be allowed (the JIT compiler could be
> considered an interpreter) before you spend the time.
>

Mono doesn't require neither a JIT or an interpreter to run on IPhone. It
has a feature named full-AOT which allows it to produce a regular binary
like to what an ObjC app would do.

Cheer,
Rodrigo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20090420/1dabd247/attachment.html 


More information about the Mono-list mailing list