iap-receipt-validator icon indicating copy to clipboard operation
iap-receipt-validator copied to clipboard

Validate In-App Purchases (IAP) on App Store using fetch and es6/7

Results 43 iap-receipt-validator issues
Sort by recently updated
recently updated
newest added

Using https://github.com/chirag04/react-native-in-app-utils for purchasing, and: InAppUtils.receiptData((error, receiptData)=> { if(error) { } else { IOSReceiptValidator.validate(receiptData).then(function (result) { }).catch(function (error) { }); } For getting last receipt, when trying to validate, getting...

For `latest_receipt_info` should I just always take `latest_receipt_info[0]`? What exactly, is `receipt`? It has `original_purchase_date`, etc. in 2013, which confuses me. Additionally, what is `receipt.request_date`? It's the date of what...

I'm thrown off by this line of code `const production = false; // use sandbox or production url for validation` I'm not planning on using server urls for validation nor...

For us it turns out that validateReceipt() from the README-example will never return. This is our code: ``` import iapReceiptValidator from 'iap-receipt-validator'; const validateReceipt = iapReceiptValidator(password, production); async function validate(receiptData)...

I tried use and when try to call function iapReceiptValidator get the error > fetch is not defined I had to do a fork and add fetch-node npm and import...

I want to handle errors differently, such as 'App store could not read' and 'Data was malformed'. Right now I need to check for the exact message strings. I would...

Bumps [jest-cli](https://github.com/facebook/jest/tree/HEAD/packages/jest-cli) from 18.0.0 to 29.2.2. Release notes Sourced from jest-cli's releases. v29.2.2 Fixes [@jest/test-sequencer] Make sure sharding does not produce empty groups (#13476) [jest-circus] Test marked as todo are...

dependencies

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 18.0.0 to 29.2.2. Release notes Sourced from jest's releases. v29.2.2 Fixes [@jest/test-sequencer] Make sure sharding does not produce empty groups (#13476) [jest-circus] Test marked as todo are...

dependencies

Bumps [jest-cli](https://github.com/facebook/jest/tree/HEAD/packages/jest-cli) from 18.0.0 to 29.4.0. Release notes Sourced from jest-cli's releases. v29.4.0 Features [expect, @jest/expect-utils] Support custom equality testers (#13654) [jest-config, jest-worker] Use os.availableParallelism if available to calculate number...

dependencies