xamarin.ios - Monotouch Admob dll file size -


i have downloaded xamarin's binding admob here , see googleadmobads.dll size 16mb - file should use in app? it's seems rather large , unreasonable.

please advise :)

thanks!

the native libgoogleadmodads.a 15mb, looks quite normal actually.

have in mind libgoogleadmodads.a contains code 3 architectures (i386, arm7 , arm7s), , since you'll use armv7 in app (i386 when you're using simulator - , when building device might building both armv7 , armv7s @ same time, not common), you'll use ~5mb of 15mb.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -