Wenfengcheng / xamarin-notes

xamarin journal
MIT License
3 stars 0 forks source link

Xamarin Reduce App Size #10

Open Wenfengcheng opened 6 years ago

Wenfengcheng commented 6 years ago
  • Note that (as of December 2015) looking at the “Estimated App Store Size” in the Archives section of Xamarin Studio does not include App Thinning
  • Look at the size of the .ipa or .xcarchive directly is misleading
  • An empty, traditional Xamarin iOS (non-Xamarin.Forms) app that is about 4.01mb in size (Estimated App Store Size)
  • An empty Xamarin.Forms 2.0 iOS app is about 16.4mb (Estimated App Store Size)
  • For both of these apps, I used the following settings: LLVM enabled, Thumb–2 enabled, strip native debug symbols enabled, linker set to “Link All,” supported architectures: ARMv7 only
  • Need to collect Android info here