gpt4 book ai didi

ios - Apple 自动续订订阅何时续订?

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:02:17 31 4
gpt4 key购买 nike

我正在尝试让用户能够使用 Apple 的自动续订应用内购买来购买图书。我在我的服务器上保留一份订阅副本,以便用户可以跨多个设备和通过网络访问他/她的图书。

我想弄清楚如何在 Apple 自动续订时使我的服务器上的订阅保持最新状态。我正在考虑让一个 cron 作业每小时运行一次来​​运行 PHP 脚本。此脚本将从我的数据库中选择将在下一个小时内到期的订阅,并与 Apple 检查订阅收据以查看它们是否已自动续订(即 latest_receipt_info 中有更新的信息)返回信息的字段)。然后我可以使用有关自动续订订阅的信息更新数据库。如果我在 Apple 的响应字典中找不到任何关于自动续订的新信息,订阅将直接过期。

所有订阅是否总是会在到期前至少一个小时自动续订(我会错过任何订阅吗)?订阅过期后是否可以自动续订(或者用户必须购买新的订阅)?我的思路有没有漏洞?

最佳答案

The renewal process begins with a “preflight” check, starting ten days before the expiration date. During those ten days, the App Store checks for any issues that might delay or prevent the subscription from being automatically renewed—for example, if the customer no longer has an active payment method, if the product’s price increased since the user bought the subscription, or if the product is no longer available. The App Store notifies users of any issue so that they can resolve it before the subscription needs to renew, ensuring their subscription isn’t interrupted.

第一个问题的答案是 10 天。您不会错过任何一个,它由 App Store 处理。

During the 24-hour period before the subscription expires, the App Store starts trying to automatically renew it. The App Store makes several attempts to automatically renew the subscription over a period of time but eventually stops if there are too many failed attempts.

有可能在上一次失败后更新。例如,如果用户的付款信息无效。这就是为什么他们提前十天开始。 App Store 将提示用户更正他们的信息。如果他们在续订前 24 小时完成此操作,一切都会好起来的。

如果它在“多次失败尝试后”停止,那么它将在下一个订阅期之前不再尝试。

还需要注意的是,更改订阅价格并不一定会禁用订阅。

关于ios - Apple 自动续订订阅何时续订?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27716836/

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