Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 846 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 846 Bytes

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