App Store 更新程序是否始终下载所有内容?
我开发了一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
应用程序商店更新:
当应用程序更新时,以前的版本将从设备中完全删除,并安装更新的版本。 但是,
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