DNSInAppPurchaseManager

DNSInAppPurchaseManager


License
MIT
Install
pod try DNSInAppPurchaseManager

Documentation

DNSInAppPurchaseManager


A simple In-App Purchase manager that handles the absolute basics of making an In-App purchase, and restoring a purchase which was already made.

Make sure to read Apple's IAP documentation before using this utility. Make sure you're using a Sandbox Test User, not your actual App store credentials.

You will need to test on device, since IAP does not work on the iOS Simulator.

Note: This utility does not track the purchases itself, simply abstracts the making of the purchases. You will need to track what purchases the user has made in your application, either via the SKReciept or via saving a record of what has been purchased.

Installation

DNSInAppPurchaseManager is available through CocoaPods. To install it simply add the following line to your Podfile:

pod "DNSInAppPurchaseManager"

Author

Ellen Shapiro

//TODO

  • Add tests
  • Add some kind of tracking of purchases.
  • ??? - file an issue!