Xamarin iOS ipa file size issue
问题 Project structure with PCL based approach: Project X (solution) Core (Base project with autofac for Ioc based setup) Project (90% of code common for droid and ios) Project.Droid (Droid settings, renderers and graphics. ) Project.iOS (iOS settings, renderers and graphics. ) I have gone through all possible options to reduce ipa file size. esp with linking. I have used 'Link all' and stripping debug code, optimizing image etc. Final ipa size is 77 MB. Here are the details of file sizes after