node-apple-receipt-verify icon indicating copy to clipboard operation
node-apple-receipt-verify copied to clipboard

A Node.js module for In-App-Purchase receipt validation for iOS.

Results 14 node-apple-receipt-verify issues
Sort by recently updated
recently updated
newest added

Hello, Thanks for this great package. Running into an issue where the package fails with the error: "EmptyError: failed to validate for empty purchased list" when verifying a receipt against...

Thanks for this package! I'm transitioning to this from an older alternative. I have large numbers of legacy records in my DB that use elements of Apple's receipt scheme as-is....

Hi team development, I have using the library to purchase in apple and it always throw error by not matching the latest purchase when using Library version: ``` "node-apple-receipt-verify": "^1.8.0",...

I made a pull request to explain that this library is for the "older" storekit - https://github.com/ladeiko/node-apple-receipt-verify/pull/38

This took some debugging for a new app: This module is for the "older" storekit which can be verified with an API, the newer uses JWT tokens that can be...

Can you integrate also a local verification like [aiap-local-validator](https://github.com/OlehKulykov/aiap-local-validator)?

currently ``` export interface ConfigOptions { secret: string; verbose?: boolean | undefined; environment?: string[] | undefined; ignoreExpiredError?: boolean | undefined; ignoreExpired?: boolean | undefined; extended?: boolean | undefined; excludeOldTransactions?: boolean...

Hello, I am using this library already few months, and I have been starting to get this '21004' lately and constantly on each 'Consumable' product. After looking on these posts:...

Hi! First of all, good job! But I miss some information that is not included in the response, I need for example access to the `latest_receipt` and `latest_receipt_info` fields (for...

There is no documentation on how the receipt should look like on the page of the npm page, had to look at the tests to find that out