App Store 更新程序是否始终下载所有内容?

发布于 2024-12-09 18:33:34 字数 113 浏览 2 评论 0原文

我开发了一个 100 Mb 的 iPhone/iPad 应用程序。 它包含图像和静态库。

应用商店是否如此智能,因此当用户下载新版本的应用程序更新程序时只会下载更改的文件?

谢谢。

I've developed an iPhone/iPad application which is 100 Mb.
It contains images and static libraries.

Does app store is so smart, so when users download new version of application updater will download only changed files?

Thank you.

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

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

发布评论

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

评论(1

沙与沫 2024-12-16 18:33:34

应用程序商店更新

当应用程序更新时,以前的版本将从设备中完全删除,并安装更新的版本。 但是NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); 中的所有文件以及[NSUserDefaults standardUserDefaults] 中的所有键/值都将持续存在更新。


iOS 更新:

更新现在仅包含更改 - 在 2011 年宣布WWDC

还有一些相关报道的文章:
apple-shows-ios-5-with-new-notification-system-delta-updates-twitter-integration-and-much-more
ios-5-supports-ota-delta-software -更新
ios-5 无线更新
苹果无线发布 ios-5 的 beta-4
ota-everything
ios-5-to-allow-some-ota -通过3g更新

App Store Updates:

When an App is updated, the previous version is completely removed from the device, and the updated version is installed in its place. HOWEVER, all the files in: NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); and all the key/value's in [NSUserDefaults standardUserDefaults] persist through the update.


iOS Updates:

Updates will now only contain the changes - Announced at the 2011 WWDC

Some more articles reporting on it:
apple-shows-ios-5-with-new-notification-system-delta-updates-twitter-integration-and-much-more
ios-5-supports-ota-delta-software-updates
ios-5-over-the-air-update
beta-4-of-ios-5-released-by-apple-over-the-air
ota-everything
ios-5-to-allow-some-ota-updates-through-3g

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