[MonoTouch] MonoTouch app size - how to reduce?
Miguel de Icaza
miguel at xamarin.com
Fri Oct 28 18:06:53 EDT 2011
Hello,
I spotted the other day that the AdMob.a fle is a huge 8.8MB so that's
> compounded the issue, but are here any known techniques for keeping
> MonoTouch written app bundle sizes down?
>
A few options include:
* Enable the linker for your assemblies
* Use LLVM for compilation, this will make your code smaller
* Avoid "fat" binaries, and target a single platform (armv6, instead of both
armv6 and armv7)
Look at the generated dll files in your build process, chances are that you
are bringing a lot of code through innocent looking dependencies.
Miguel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monotouch/attachments/20111028/2ed80086/attachment.html
More information about the MonoTouch
mailing list