Previously I mentioned the MKStoreKit framework for easier in-app purchase setup and the Beeblex service for securely validating in-app purchases.
Today I came across an in-app purchase library providing a simple syntax (either blocks based or delegate based) for fetching products, and handling transactions from Dream Engine Interactive called DEStoreKitManager.
This is not a complete framework like MKStoreKit, but a simple lightweight library that will save some boiler plate code.
You can find DEStoreKitManager on Github here.
There’s no built-in validation, but DEStoreKitManager, but provides a method for working with any validator such as Beeblex.
Original article: Lightweight iOS StoreKit Wrapper For Easier Product Fetching And Transaction Handling
©2012 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.





