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
Post a Comment