Skip to content

Prevent iPhone users from illegally obtaining your in app purchases.

Notifications You must be signed in to change notification settings

jaredmessenger/ios-receipt-verifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ios-receipt-verifier

Uses a Heroku instance running a Tornado Backend to verify iOS receipts from in-app-purchases
For More info please read [Apple's Docs] (http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/StoreKitGuide/VerifyingStoreReceipts/VerifyingStoreReceipts.html)

requires

  1. Redis-To-Go:

     heroku addons:add redistogo:nano
    
  2. NewRelic

     heroku addons:add newrelic:standard
    

Setup

virtualenv venv --distribute --no-site-packages
source venv/bin/activate
pip install tornado
pip install redis

git push server master

heroku create --remote server my-receipt-checker-app-name
heroku ps:scale web=1

heroku config:add NEW_RELIC_CONFIG_FILE=newrelic.ini

About

Prevent iPhone users from illegally obtaining your in app purchases.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages