Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 IAP 自动续订订阅,我的问题是如果用户取消订阅,那么我的服务器将如何收到通知。?
如果收据状态是 21006 并且有一个名为 的键cancellation_date,那么它是取消,您可以在该键中找到新的到期日期,但它是一个格式化的日期,如果您需要更好的值来解析检查是否receipt['latest_expired_receipt_info']['cancellation_date_ms']与expires_date
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