Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to test In App purchase again and again and again...?

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?

like image 546
Branislav Beno Avatar asked Nov 02 '09 12:11

Branislav Beno


1 Answers

  1. Delete the app from your device
  2. Run "Clean" from the Product menu in XCode
  3. On your device, go to "Settings", "Store", "Apple ID", and Sign Out
  4. Start your app again, since you're not signed in to any account, the previous in-app purchase will not be recognized and you'll be able to buy it/download it again with the same test user account
like image 102
RanLearns Avatar answered Oct 24 '22 04:10

RanLearns