I have an existing app in the AppStore that uses a previous version of the Appcelerator Storekit module.
I'm about to submit an update to that app, using the latest Storekit module (version 1.5).
Are any changes to my app's code required, to take into account the changes that Apple announced to deal with the in-app purchase hacks discovered recently?
Or will the existing module (1.5) work fine with these changes as-is?
Any other advice?
I have noticed some flaky behavior recently (week of 7/22/2012) - sandbox purchases working sometimes, or not at all, in the simulator or device - but it's hard to distinguish these from the usual sandbox flakiness. One distinguishing characteristic is that I'm seeing an error I haven't seen before: "Couldn't verify receipt"...
Thanks in advance - Steve
1 Answer
Hi Steve
I understand the hacking problem is only relevant to apps that do not retrieve and verify the receipt data from the purchase.
A call to Ti.Storekit.ReceiptRequest and retrieving the receipt property from the purchase callback, should be good starting points.
Your Answer
Think you can help? Login to answer this question!