https://github.com/linjunpop/iapverifier
Verify iOS receipt
https://github.com/linjunpop/iapverifier
Last synced: 12 months ago
JSON representation
Verify iOS receipt
- Host: GitHub
- URL: https://github.com/linjunpop/iapverifier
- Owner: linjunpop
- Created: 2014-08-01T03:27:51.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-13T04:50:06.000Z (almost 12 years ago)
- Last Synced: 2025-01-09T03:41:38.268Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IAPVerifier
In-App Purchase receipt verification.
[](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`