自动续订,取消通知?

时间:2016-12-27 12:55:27

标签: objective-c in-app-purchase app-store auto-renewable

我正在使用IAP Auto-Renewable Subscription,我的问题是如果用户取消订阅,那么我的服务器将如何得到通知。

1 个答案:

答案 0 :(得分:0)

如果收据状态为21006并且有一个名为cancellation_date的密钥,那么它取消了,您可以在该密钥中找到新的到期日期,但如果您是格式化的日期,则需要更好的价值来解析与receipt['latest_expired_receipt_info']['cancellation_date_ms']

相同的expires_date检查

此处有更多信息http://developer.apple.com/library/mac/#documentation/NetworkingInternet/Conceptual/StoreKitGuide/RenewableSubscriptions/RenewableSubscriptions.html