ladeiko / node-apple-receipt-verify

A Node.js module for In-App-Purchase receipt validation for iOS.
MIT License
91 stars 25 forks source link

Validate receipts locally and on server both? #6

Closed JoxC closed 6 years ago

JoxC commented 6 years ago

It seems the receipt is validated locally and on app store server twice when device UUID provided ? Is it necessary?

ladeiko commented 6 years ago

locally is validated to check UUID and receipt, remote validation is done twice for sandbox/appstore - you can configure to use only appstore environment

JoxC commented 6 years ago

Local validation only checks if the receipt is from this device of the specified UUID?

ladeiko commented 6 years ago

Yes