iphone应用内购买问题

发布于 2024-10-27 03:21:01 字数 151 浏览 2 评论 0原文

假设这种情况—— 用户在应用程序内购买 A 后下载了一个 zip 文件 A。然后他将应用程序更新到新版本。

现在,他是否必须再次下载zip文件A,或者它仍然存在于设备中吗?

还有一个问题:如何验证zip文件A是否已下载?

Assuming this scenario-
A user downloads a zip file A after in app purchase A. Then he updates the application to new version.

Now, does he have to download the zip file A again or is it still there in the device?

One more question : How do I verify that the zip file A has been downloaded?

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

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

发布评论

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

评论(1

淡看悲欢离合 2024-11-03 03:21:01

文件仍在设备上:

升级时,仅替换应用程序的二进制文件 (.app)。
两个版本之间的文档目录和用户默认值保持不变。

The file is still on the device:

When upgrading, only the binary of the app is replaced (.app).
The Documents directory and User defaults remain untouched between two versions.

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