iPhone - 最大下载 3G 大小 MB

发布于 2024-08-07 17:52:26 字数 311 浏览 1 评论 0原文

我听说通过 ATT 无线 3G 网络下载应用程序的最大大小为 10MB,超过该大小的任何内容都需要无线路由器来下载应用程序。我正在构建一个包含大量图像的游戏,并试图将其控制在 10MB 以下。有谁知道 xcode 应用程序的二进制文件是否不能是 10mbs 或者 itunes .ipa 文件不能超过 10MB?

我的意思是,编译应用程序后,“build”目录中的二进制文件大小为 9.9MB。当我将应用程序(游戏)添加到 itunes 时,创建的 .ipa itunes 文件被压缩到 7.7。

如果有人能给我一个答案,将对我的申请产生很大的影响。

先感谢您

I have heard the maximum download size for an app through ATT wireless 3G network is 10MB, anything over that size you will need a wireless router to download the app. I am building a game with numerous images and am trying to keep it under 10MB. Does anyone know if the xcode app's binary file cannot be 10mbs or the itunes .ipa file cannot be over 10MB?

What I mean, after I compile my application the binary file which is inside the "build" directory is at 9.9MBs. When I add the application(game) to itunes, the .ipa itunes file that is creates is compressed down to 7.7.

If someone could give me an answer would make a big difference in my application.

Thank you in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

雪化雨蝶 2024-08-14 17:52:26

该限制最近也已提高至 20MB(请参阅 http:// /iphoneblips.dailyradar.com/story/apple-doubles-iphone-3g-download-limits)。与 gcamp 一样,我假设该限制是根据 .ipa 文件大小进行限制的,因为这才是实际通过无线传输的文件大小。

现在 50MB(请参阅 http://news.cnet.com/8301-13579_3-57393448-37/apple-raises-3g-4g-download-limit-to-50mb/

The limit has also recently been raised to 20MB (see http://iphoneblips.dailyradar.com/story/apple-doubles-iphone-3g-download-limits). Like gcamp, I assume that the limit is throttled based on .ipa file size, as that's what will actually go over the air.

50MB now (see http://news.cnet.com/8301-13579_3-57393448-37/apple-raises-3g-4g-download-limit-to-50mb/)

烏雲後面有陽光 2024-08-14 17:52:26

我假设您所指的二进制文件实际上是您的应用程序包。

10 MB 限制针对 .ipa 文件。 (基本上你的应用程序包压缩了一些苹果文件)

另外,你的问题是

I will assume that the binary file that you're referring to is actually your app bundle.

The 10 MB limits is on .ipa files. (Basically your app bundle zipped plus some Apple files)

Also, your question was a duplicate.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文