gpt4 book ai didi

ios - 我可以将应用内购买存储在云端(解析)吗?

转载 作者:行者123 更新时间:2023-11-28 19:46:45 25 4
gpt4 key购买 nike

在 Swift 中构建 iOS 应用程序。关于我要实现的 IAP 的快速问题。目前,我的应用内购买已修复在我的应用中。意思是,我必须推送应用更新才能更改有关 IAP 等的可见信息。

Apple 是否允许我将此应用内购买数据存储在我的云中 (Parse),还是必须存储在本地?当然,IAP 必须在 iTunes Connect 中获得批准,但如果获得批准则不必使用。

我的目标是交替使用不同的计划,而不必经历整个应用更新。

我觉得答案很明显是肯定的,但我只是想在开始全部编码之前确认一下。

谢谢!

最佳答案

您可以决定在何处存储应用内购买。
这是苹果documentation关于存储应用内购买数据。

How to store product identifiers:

Every product you sell in your app has a unique product identifier.Your app uses these product identifiers to fetch information aboutproducts from the App Store, such as pricing, and to submit paymentrequests when users purchase those products. Your app can either readits list of product identifiers from a file in its app bundle or fetchthem from your server.

How to store associated content for purchased package:

You can embed that content in your app’s bundle or you can download itas needed — each approach has its advantages and disadvantages.
Embed smaller files (up to a few megabytes) in your app.
Download larger files when needed.

就我个人而言,我想说的是,我从事的所有项目都使用远程服务器来获取应用内购买数据。
在这种情况下,您无需关心应用审批。

关于ios - 我可以将应用内购买存储在云端(解析)吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31737524/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com