IAPVerifier
In-App Purchase receipt verification.
Installation
Add this line to your application's Gemfile:
gem 'iap_verifier'
And then execute:
$ bundle
Or install it yourself as:
$ gem install iap_verifier
Usage
receipt = IAPVerifier.verify_receipt('base64_encoded_receipt_string')
receipt.original_application_version # 1234
receipt.original_purchase_date_pst # 2014-08-31 11:24:13 America/Los_Angeles
Contributing
- Fork it ( https://github.com/linjunpop/iap_verifier/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request