I have been googling all over the place, both inside Titanium docs, and elsewhere. All the support/forum pages I found related to handling In App iOS purchases contain dead links to missing pages.
Can someone point me to current and relevant documentation for Titanium Appcelerator iOS In App purchases?
Specifically I just need to know the basics:
You need to use the ti.storekit
module from Appcelerator. It can be installed through gitt.io or just download the release from the github page.
An example can be found in the example app.js file found in the download, or on github.