If a user wants to use a Monotouch app, what does he need to download onto his iPhone prior to using the app? Also how heavy is the stuff he needs to download?
Thanks.
If a user wants to use a Monotouch app, what does he need to download onto his iPhone prior to using the app? Also how heavy is the stuff he needs to download?
Thanks.
Monotouch is completely transparent to the end user - the user just buys a monotouch app from the app store, and it just works, in exactly the same way a normal iphone application works.
The size of the app will very depending on how many of the frameworks are used by the app.
The user shouldn't need anything. The MonoTouch SDK
is delivered as a static compiler that turns .NET executables and libraries into native applications. There is no JIT or interpreter shipped with your application, only native code.
From: http://monotouch.net/FAQ