iOS 20mb 构建限制
我的最终版本大约为 19.5mb,但在磁盘上占用了大约 21mb 的大小。 那么,在这种情况下,我的应用程序是否会被限制从应用程序商店下载?
抱歉,如果这是一个愚蠢的问题。
My final build is about 19.5mb, but it takes about 21mb size on the disk.
So, will be my app limited for downloading from appstore in this case or not?
Sorry, if it's stupid question.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Xcode 4.3 中有一个新功能,当您的应用程序发布到应用程序商店时,它会估计您的应用程序大小。
只需以通常的方式构建应用程序的存档,在管理器中它会告诉您预期的大小,如下所示:
There's a new feature inside Xcode 4.3 that will estimate your app size, when it is posted to the appstore.
Just build an archive of your app in the usual way, and in the organizer it will tell you how large it is expected to be, as shown here:
取决于运营商,大多数运营商不会让您在 3G 网络上下载超过 20 GB,但当然您始终可以使用 WiFi 下载应用程序
Depends on the carrier, most carriers won't let you download over 20 GB on a 3G Network, but of course you can always download the app using WiFi
我认为它需要 21 MB(兆字节)和 19.5 Mb(兆位)。由于 Snow Leopard Apple 文件系统是以字节为单位计算的,以避免在格式化新硬盘后留下空间丢失的印象(就像您获得 320GB 驱动器,而格式化后仅获得 295Gb)
I think it takes 21 MB (mega Bytes) and 19.5 Mb (mega bits). Since Snow Leopard Apple file system is computed into Bytes to avoid aving the impression of loosing space after formatting new hard drive (like you get 320GB drive and you get only 295Gb after formating)