Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Testing iOS In-App Purchase with Ad-Hoc Version of App

I have implemented In-App purchase for a set of premium features for the next version of an App that is already available in the App Store. I have tested IAP from my device, using XCode to launch the App, and everything works.

Before submitting Apps to Apple I normally distribute Ad-Hoc copies to a number of QA users for thorough testing.

My question: Can those users test IAP the same way I do, i.e., going through the Sandbox with the test user I configured with iTunes Connect, or this only works when the App is launched from XCode?

like image 295
GreenNeck Avatar asked Dec 14 '11 20:12

GreenNeck


1 Answers

Yes they can, but they need to sign out of their current account first and NOT log in with the new one until they are in your app and trying to purchase something.

like image 184
hypercrypt Avatar answered Oct 08 '22 04:10

hypercrypt