An open API service indexing awesome lists of open source software.

https://github.com/linjunpop/iapverifier

Verify iOS receipt
https://github.com/linjunpop/iapverifier

Last synced: 12 months ago
JSON representation

Verify iOS receipt

Awesome Lists containing this project

README

          

# IAPVerifier

In-App Purchase receipt verification.

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

## Development

### Setup

1. `$ npm install`
2. `$ npm start`

### Database migrations

* Migrate: `$ npm run-script db:migrate`
* Rollback : `$ npm run-script db:rollback`