TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Jan 2017 |
Maintained by Ellen Shapiro.
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.
Ellen Shapiro