I have Ti.storekit up and running and the purchases and products seem to work. There's one weird thing though: every time I access a window that calls the Storekit module it asks for my Apple ID password. I am testing it on a real device and in the iPhone settings the Store points to a valid test user.
Any of you have a clue to solve this issue? Maybe this has something to do with sandboxing?
Versions: Ti.Storekit v1.5, Titanium 2.1.0, iPhone 4S, IOS 5.1.1
1 Answer
After walking through the Apple documentation and some testing I found the solution: you have to log out from the store on the device and NOT login with the test user in the iPhone settings menu. You have to login in the app itself by selecting 'login with existing Apple ID'
Your Answer
Think you can help? Login to answer this question!