在Xcode版本以后到6.2,那个按钮消失了!还有一种方法来了解估计的应用程序.尺寸?
解决方法 是的,还可以做,但要做一点工作!>从“存档”中选择项目,然后打开包内容.
>然后在.xcarchive文件中有一个Applications目录.
>现在,在finder中打开.xcarchive,然后选择显示包内容.
最后去产品然后应用程序然后应用程序名称,您现在可以查看文件大小.
一步一步的屏幕截图:
更新:
为了防止人们对上传到iTunes之前的二进制大小的差异以及在上传到iTunes之后怀疑是这样计算的:
Apple is encrypting the executable file. By doing so its size doesn’t
change much but its contents do which usually can no longer be
compressed as much as before. By putting all this together i came up
with a way to calculate the maximum size of your App in the App Store
(it will most likely be less than this):06000
Size “C” are the 100 KB from the additional files added to the bundle
by Apple. The final calculation for the maximum size of your App is as
follows:A + B + C = maximum size of your App after approval
The calculation put in words:
(uncompressed executable size) + (app bundle compressed but without
executable) + 0,1 MB = maximum size of your App after approval
参考this
总结以上是内存溢出为你收集整理的ios – 估计应用的商店大小全部内容,希望文章能够帮你解决ios – 估计应用的商店大小所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)