iphone - 我应该查看多大的文件?国际音标?

标签 iphone ios xcode

几周前我在这里问了一个问题,每个人都说我需要查看 .ipa 文件,仅此而已(保持在 50 MB 以下)。但是,我正在通过问题浏览 Apple 的 iTunes Connect 网站,他们发布了这个:

Why did Apple make my app file size larger than the .zip file I uploaded for my binary in iTunes Connect?

When your application is approved by Apple to sell on the App Store, it is encrypted for DRM purposes and re-compressed. When the encryption is added, the size of the compressed file will increase. The exact size of the increase will vary from app to app, however, the size increase can be large when the binary contains a lot of contiguous zeros. We are unable to guarantee the size of your file after the encryption has been added.

iOS apps with a final size of up to 50MB can be downloaded over the 3G network. Larger iOS apps will require a Wi-Fi connection.

那么这是否意味着 .ipa 文件在加密后会增加,还是 .ipa 文件已经加密了?

最佳答案

您可以在归档应用程序后在管理器中查看估计的 App Store 大小。在我的例子中,实际文件大小甚至小于估计值(828k 对 534k)。

关于iphone - 我应该查看多大的文件?国际音标?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11571276/

相关文章:

ios - 导出存档以进行临时分发时无法验证位码​​ - 尝试过 Xcode 8.3.3 和 Xcode 9

iphone - UIView位置检测

iphone - 如何检测长按?

ios - NSMutablearray 崩溃删除对象

ios - 如何启用 Xcode 调试消息

ios - 尝试在 Swift/iOS 8 中使用 Slider 调整颜色 - 出现 "Extra Argument Saturation In Call"错误

c++ - 如何在 OpenCV 中将点传递给 cvFitEllipse2

android - 在手机上设置 <select> 列表选项的样式

ios - 如何在IOS中翻转贺卡

ios - 如何限制文本字段输入的长度 - Swift 2