iap_checker
v1.0.1
Published
check ios sandbox by receipt
Downloads
3
Readme
To begin
npm install iap_checker
Usage
var iap_checker = require("iap_checker")
var receiptSandbox = 'ew0...Q==';
var receipt = 'ewo...Q==';
console.log("isSandBox", iap_checker.isSandBox(receiptSandbox))
console.log("isSandBox", iap_checker.isSandBox(receipt))
// output
// isSandBox true
// isSandBox false