0.1.3 • Published 3 years ago

apple-iap-validator v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

apple-iap-validator

Simple Validator through the apple webinterface

Getting started

Install this library through:

npm i apple-iap-validator # or yarn add apple-iap-validator

Usage

Options:

const options = {
	appShared : "AppShared password"
}

Create the verifier object:

import Verifier from 'apple-iap-validator';
const verify = new Verifier(options);

Validate receipt:

const result = await verify.verifiy(encodedReceipt);
//result encoded like the Apple Doc : https://developer.apple.com/documentation/appstorereceipts/responsebody
//or throws error if no Http 200 status code is returnd

Changelog

0.1.1 : Change input receipt to require base64 encoded string

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago