Mobile App Size on Apple APP Store with Bitcode Enabled

前端 未结 1 1679
独厮守ぢ
独厮守ぢ 2021-01-20 02:30

I am new & try to have my First application on App Store.
I have made this app in UNITY (5.6).
The issue I\'m Facing is the size of Archive gene

相关标签:
1条回答
  • 2021-01-20 02:57

    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.

    0 讨论(0)
提交回复
热议问题