Google Play 一次性产品购买 - 实时开发者通知
我正在尝试处理 Google Play 一次性购买产品的退款。当我从 Play 商店退款时,我无法收到实时通知。
退款是否会发送实时开发者通知,是什么样的? ONE_TIME_PRODUCT_CANCELED? 是否可以在测试/沙盒环境中测试或获取 Google Play 退款通知?
I am trying to handle refunds for google play one-time purchase products. I am not able to get a real time notification when I refund the item from the play store.
Do refunds send real-time developer notifications, what kind? ONE_TIME_PRODUCT_CANCELED?
Is it possible to test or get notifications for a google play refund in test/sandbox environment?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
2023 年 11 月更新:Android 现在发送 VoidedPurchaseNotifications
Update November 2023: Android now send VoidedPurchaseNotifications
不,没有实时的开发者退款通知。您需要从此 api 轮询数据并以您的方式执行退款。
VoidedPurchases API
No there isn't real time developer notification for refunds. You need to poll data from this api and perform refunds that way on your side.
VoidedPurchases api