My iphone application has in-app purchases and those have been tested using the iTunes Connect test user account. I'm now distributing it via ad-hoc distribution to beta testers. Is there any way to make the purchases "live" so that they can test them with their real iTunes accounts and not have to use the test account? I'd clearly like to test this before formally submitting it to the iTunes store

link|improve this question

Am i require to use XCOde to install App on device for In-APp Purchase testing? – harshit2811 Nov 8 '11 at 12:25
feedback

3 Answers

up vote 4 down vote accepted

I think they only run in sandbox mode via ad-hoc. You can't test it, but it should all work if it works through the test account.

link|improve this answer
feedback

The Store Kit Guide liberally refers to a mysterious "iTunes Connect Developer Guide" that is buried inside the "Manage Your Applications" section inside itunesconnect.apple.com You'll need to login to go get it. Inside that PDF is a section called "Test User Setup", I think that's what you need.

link|improve this answer
feedback

You can't use production products, but you can create test user accounts and distribute them so that your beta testers can test the in-app purchase components. It's a bit tricky because they have to use the Settings App to log out and then log in from inside your application with the test user account.

link|improve this answer
Thats fine...but can i send application directly or tester have to install app via XCODE. – harshit2811 Nov 8 '11 at 12:01
Testers do not have to have Xcode installed, you can export the product and send it along with the license file then they can drag the two into iTunes and sync their device. – Surfdev Feb 28 at 16:22
feedback

Your Answer

 
or
required, but never shown

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