Results 63 comments of richzw

@leeshun , the [`ParseNotificationV2WithClaim`](https://github.com/awa/go-iap/blob/master/appstore/validator.go#L32C10-L32C10) had been added. Please let me know if there is anything more.

IMO, for iOS, maybe the [app store notification](https://developer.apple.com/documentation/appstoreservernotifications) could meet your requirement, and then [parse the notification string](https://github.com/awa/go-iap#parse-notification-from-app-store) in this repo could be used. @AAverin

@AAverin , I think you could wrap this repo as one separate instance, and this instance could communicate with your PHP server through RPC. When your client connects to your...

@hydai After some investigation, I found one issue with Amazon Linux 2 is that the version of `glibc` is `2.26` ``` > ldd --version ldd (GNU libc) 2.26 Copyright (C)...

> > @hydai After some investigation, I found one issue with Amazon Linux 2 is that the version of `glibc` is `2.26` > > Yes. So we have to rebuild...

@Mikebanana 当年这个接口刚出来的时候,我们的需求是尽量让苹果退款,因为有些玩家反馈是小孩误充值,而app store基本不会给退款。所以,做了多轮不同参数的测试(耗费真钱),苹果商店均没有退款。我们后来没有调用这个接口。 难道现在苹果商店是退款全部通过么?? > 从你这里我看你想退款都很难退 而我们上传这些ConsumptionRequest 贼认真细致 反而退款全是通过 大佬能不能告诉我,通过ConsumptionRequest这些字段分别传啥参数能让苹果退款失败 我们被薅怕了 简单的方式,不用调用这个 send consumption information 接口试试。理论上,app store没有收到consumption信息,应该不会主动退款。

Close it as there is no response over 3 days. Feel free to reopen it again anytime

> https://stackoverflow.com/questions/69100357/how-to-send-consumption-information-to-app-store-to-make-refund-successfully 从你这里我看你想退款都很难退 而我们上传这些ConsumptionRequest 贼认真细致 反而退款全是通过 大佬能不能告诉我,通过ConsumptionRequest这些字段分别传啥参数能让苹果退款失败 我们被薅怕了 您好,你提到退款全部通过,我这里有几个细节问题,劳烦指点一二 1. appAccountToken 这个值来自哪里呢?还是填的空值 2. 如果 consumptionStatus 设置为 true,且deliveryStatus 是true, 表示商品已经成功发给玩家,且玩家把这些商品都消耗了。app store也退款么? 3. lifetimeDollarsRefunded 这个值来源自 refund 事件通知吗?

After refactoring the code, I failed to conduct further testing. I apologize for the oversight. Could you please fix it with one PR? @tt2lzx

@tt2lzx , Just fix it in the later release, could you please verify it with the latest release?