EzDevInfo.com

venice

Ruby Gem for In-App Purchase Receipt Verification Nomad - World-Class Command Line Utilities For iOS Development nomad is a collection of world-class command line utilities for ios development.

Validating iOS in app purchase receipts using Venice gem

I'm thinking about using Venice https://github.com/nomad/Venice to validate iOS in app purchases server side.

As such, what's the best way to pass the transaction.transactionReceipts from the app to the server so that I can use Venice?

Would I just need to pass NSData *receipt = [NSData dataWithConnectURL: receiptURL]; back to the server as a GET request parameter and then validate that using the Venice gem? That seems like it could still be hacked if someone sniffed the receipt-data and copied that request.


Source: (StackOverflow)