Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.12 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.12 KB

Validate in-app receipt

Validate Apple in-app receipts

A command line Python program to validate Apple in-app receipts using itunes-iap from youknowone.

Installation

OS X & Linux:

virtualenv ENV
source ENV/bin/activate
pip install -r requirements.txt

Usage example

source ENV/bin/activate
python validate.py receipt.txt
deactivate

receipt.txt is a file only containing a base64-encoded receipt.

Release History

  • 0.1 (2017-09-17)
    • Initial release

Meta

Adrià Prat – @adria_pratadria@adriaprat.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/aprat/validate-in-app-receipt

Contributing

  1. Fork it (https://github.com/aprat/validate-in-app-receipt/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request