vote up 0 vote down star
1

My in app purchase project working perfectly now, but I need to test purchasing and when once purchase is successfully done it cannot be undone? How can I test in app purchasing and upgrading my app to full version when it can be done just one time?

flag

2 Answers

vote up 0 vote down

Use unit tests on your app, with false data, until you're satisfied.

(create test code - for each module you use)

I think I'll need more description of your process to have a better answer.

link|flag
I mean, if there's some possibility to reset purchases of test user. How else I can test for example interruption of application in the middle of purchasing process? Have more test users accounts? – Branislav Beno Nov 2 at 12:22
vote up 0 vote down

If you delete your app and reinstall it, you can repurchase products. It follows the same code flow and nearly exactly the same user experience (there is a dialog letting you know that you can repurchase for free the second time). Also you can create more test users in iTunes Connect to be sure that you are doing completely clean testing.

I've spent several weeks deleting and reinstalling my app many times per day to ensure that my storekit implementation works just like I want it too.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.