Mobile App Size on Apple APP Store with Bitcode Enabled

江枫思渺然 提交于 2019-12-01 21:45:17

The bigger is the better for your case.

  • DSYMs files will let you have more informations if you app crashed in the future
    • not in the final .ipa of the client
  • Bitcode files will let Apple recompile your app and regenerate .ipas available on the store if they improve compilation, or for example a future architecture you didn't compile for.
    • not in the final .ipa of the client

Upload it, and you will see, in Testflight section (iTUnesConnect -> Your App -> Activity -> All Builds (left panel) -> Your build -> AppStore Size link), the real size of your app for each iPhone/iPad. for example i uploaded a 150Mb size bundle, and finally, the .ipa size for iPhone 7 is only 40Mb.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!