Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone + In App purchase testing

Tags:

iphone

testing

I have implemented In App purchase in one of the existing application. I have also created SandBox account for testing it. I have run the application and tested it, its working perfect. Since, I have tested it, by buying the feature, it means I have bought that feature.

Now, there is a change in code and I want to re-test it (In App purchase thing), but since the feature is already bought I cannot test it again.

I am running and testing the application from Xcode, so I tried to delete the application from device and run / test it again by from Xcode, still no result.

like image 339
pratik Avatar asked Oct 25 '22 21:10

pratik


1 Answers

If you just want to test re-downloading the content, deleting the application works.

If you want to actually re-buy it, how about creating a new additional sandbox account?

like image 70
David Maymudes Avatar answered Nov 15 '22 08:11

David Maymudes