Previously I mentioned a tutorial showing how to perform simple in-app purchase validation without your own server (least secure), and a free service allowing you to utilize their servers for more secure in app purchase validation.
There are definitely benefits if you’d prefer to perform in-app purchase validation with your own server (such as real-time stats) so if you’d rather use your own server Matt Thompson has released a Ruby gem to make it easy to validate in-app purchases called Venice.
Venice provides a simple API for verifying in-app purchase receipts from within Ruby apps, and there’s also a command line interface provided.
You can find Venice on Github here.
A nice easy way to verify in-app purchases.
- Tutorial: Easy iOS In-App Purchase Validation
- Free Service For Easy Secure Validation Of iOS In-App Purchases
- Lightweight iOS StoreKit Wrapper For Easier Product Fetching And Transaction Handling
- Easy To Use iOS String And UIText Validation Library (Regex Comparisons and More)
- Tutorial: In App Purchase Implementation And Testing
Original article: A Ruby Gem/CLI For Easy iOS In-App Purchase Validation On Your Own Server
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.





