Skip to main content

Apple iTunes In-app purchase verification api.

Project description

itunes-iap
====

Quick example
----

from itunesiap import Request
request = Request(raw_data) # base64-encoded data
receipt = request.validate()
print receipt.product_id

Validation policy
----

from itunsiap import Request, set_validation_mode
set_validation_mode('review') # enable both production and sandbox for appstore review. 'production', 'sandbox' or 'review'
receipt = Request(raw_data).validate()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

itunes-iap-0.0.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page