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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -