【发布时间】:2014-10-01 21:57:47
【问题描述】:
各位, 尝试在服务器上验证收据,而 Apple 文档充其量是模糊的。
The values of the latest_receipt and latest_receipt_info keys are useful when checking whether an auto-renewable subscription is currently active. By providing any transaction receipt for the subscription and checking these values, you can get information about the currently-active subscription period. If the receipt being validated is for the latest renewal, the value for latest_receipt is the same as receipt-data (in the request) and the value for latest_receipt_info is the same as receipt.
我检查手机发送的回执字符串是否与我从苹果返回的data.latest_receipt 匹配,它不匹配!
查看从苹果返回的 JSON 对象时,latest_receipt_info 和 receipt 中的对象也不同。
谁能告诉我他们的经历,如何验证收据是否有效?
【问题讨论】:
-
这里是 JSON 响应的要点链接:gist.github.com/vasiliyb/23b5ac1fb36c6fd50006
标签: ios app-store receipt-validation