agisboye / app-store-server-api

A Node.js client for the App Store Server API
MIT License
202 stars 29 forks source link

Sample Payload to Test #51

Open csarigumba opened 4 months ago

csarigumba commented 4 months ago

Do you have sample payload to test the below decoding? Its because it is difficult to simulate a real request. Thanks for the help.

const transactionInfo = await decodeTransaction(item.signedTransactionInfo)
const renewalInfo = await decodeRenewalInfo(item.signedRenewalInfo)
agisboye commented 4 months ago

No, sorry. I'm not fully confident that sharing a details about a purchase doesn't carry any implications. You should be able to easily do an in-app purchase yourself (it could be in the sandbox), which will give you a payload to work with.