请教苹果 verifyReceipt 弃用的解决方案

2023-06-14 14:32:57 +08:00
 brader
苹果接口文档: https://developer.apple.com/documentation/appstorereceipts/verifyreceipt

我们服务端是使用这个接口( https://buy.itunes.apple.com/verifyReceipt )来给客户端验证订阅交易以及做恢复购买。还有个业务,会每天从该接口拉取交易信息,做一些统计的。

今天上官网看了下,里面突然写着弃用了,目前实际是还能用,担心以后用不了。

我看了一遍文档,不能理解它的意思,没看出来官方是让我们用什么样的替代方案。
还有个问题就是真要换的话,我们以前的老用户怎么办,一定要强制升级 APP 吗?
1544 次点击
所在节点    问与答
6 条回复
xaoflysho
2023-06-14 15:04:09 +08:00
https://developer.apple.com/documentation/appstorereceipts/validating_receipts_with_the_app_store

Important
The verifyReceipt endpoint is deprecated. To validate receipts on your server, follow the steps in Validating receipts on the device on your server. To validate in-app purchases on your server without using receipts, call the App Store Server API to get Apple-signed transaction and subscription information for your customers, or verify the AppTransaction and Transaction signed data that your app obtains. You can also get the same signed transaction and subscription information from the App Store Server Notifications V2.
brader
2023-06-14 15:11:14 +08:00
@xaoflysho 这个文档我也看了,但是我还是理解不了怎么解决,我以前是会拿接口返回中的 latest_receipt_info 字段的数据做统计的,如果这个接口弃用后,我不知道从哪里去拿
4mYHime
2023-07-07 16:31:16 +08:00
现在是不是得前端传 transaction ID ,然后后端去 v1/transactions 查
fgd
2023-09-18 17:45:00 +08:00
现在有什么解决方案吗?
原来我们的做法是:
1. app 可以调用服务端验收据,服务端根据苹果返回的收据信息给用户发权益。
2. 监听苹果服务端通知,收到订阅事件也可以给用户发权益。

我们在考虑,verifyReceipt 弃用后,只靠 2 监听服务端通知来给用户发权益是否可行
brader
2023-09-18 18:14:01 +08:00
@fgd 发权益肯定是没问题的,苹果也是推荐使用他们的回调通知 V2 版接口的。但我们做的不仅仅是购买支付流程,我们还做了一个数据统计功能,如果苹果废弃这个接口,我们实现起来比较麻烦,重新做成本也大
fgd
2023-09-20 22:32:29 +08:00
@brader verifyReceipt 接口拉数据。可以从 https://developer.apple.com/documentation/appstoreserverapi/get_transaction_history 这里获取,apple 也出了 sdk https://github.com/apple/app-store-server-library-python ,不过还是 beta 版本,可以参考。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/948668

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX