voltrue2 / in-app-purchase

A Node.js module for in-App-Purchase for iOS, Android, Amazon and Windows.
http://iap.gracenode.org
Other
1.04k stars 287 forks source link

error apple IAP 21003 #369

Open amri-id opened 2 months ago

amri-id commented 2 months ago

is this library still working?? i tried to verify the Apple IAP, but I always get this error.

{
  sandbox: true,
  status: 21003,
  message: 'The receipt could not be authenticated.',
  environment: 'Sandbox'
}
phong-diagon1 commented 2 months ago

same here

amri-id commented 2 months ago

same here

try this library, it works with old version of node https://www.npmjs.com/package/node-apple-receipt-verify

phong-diagon1 commented 2 months ago

same here

try this library, it works with old version of node https://www.npmjs.com/package/node-apple-receipt-verify

I'll try this, thank you

phong-diagon1 commented 2 months ago

same here

try this library, it works with old version of node https://www.npmjs.com/package/node-apple-receipt-verify

It's worked like a charm, thank you so much