Results 40 comments of richzw

> I think the workaround you shared here is probably the best solution to this, thank you! May I add this workaround to the samples through one PR? @johanbrandhorst

> Of course, please do Could you please review this PR? @johanbrandhorst

@MissWho Here are some questions 1. What is the status of the response of `httpCli.Do` on the sandbox envrionment? > When I replaced another library, the returned data was normal...

@MissWho Thank you for your response. The invalid response JSON data caused the JSON Decode failure, and the invalid JSON data with EOF returned from the test URL. Please correct...

@MissWho Sorry for misunderstanding of your previous response. Let's double-check the following 1. The status code of the test URL is 200? 2. The response body could be parsed by...

@MissWho , If the `resp.Body` was read more than once, the error EOF could come up.

One more thing, The [verifyReceipt](https://developer.apple.com/documentation/appstorereceipts/verifyreceipt) API has been deprecated as of 5 Jun 2023. Please use [App Store Server API](https://github.com/awa/go-iap#in-app-store-server-api) instead.

One related PR https://github.com/awa/go-iap/pull/170 post by me, any suggestions are welcome.

Another PR https://github.com/awa/go-iap/pull/172 post by me to upgrade some storekit API to v2. Any suggestions are welcom.

Glad to see that PR https://github.com/awa/go-iap/pull/170 had been merged to release https://github.com/awa/go-iap/releases/tag/v1.3.20