iphone - How to reduce app size in iOS? -


i know has been asked many times, every answer suggests using compressed images or linking images web instead of resource bundle.
in app there 1.5 mb of images, still app has size of 20.9 mb.

the other files in app following:

  • 2 frameworks (corelocation, corebluetooth)
  • 2 pods (fabric, crashlytics)
  • 8 xib
  • 2 fonts (254kb)
  • and swift , obj-c files

could me optimize size of app?


i wondering why app large if there 1.5 mb of images , 254kb of fonts? have apps on iphone have same functionality app , take 520 kb , 1.6 mb. know how developers of apps achieved that?

the swift runtime included every app using swift , inflates app size. apple doesn't promise code compatibility - runtime compatibility promised. in order swift runtime libraries of compiled code included app. takes space :)


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -