No matter how many brand new Sandbox Test Users I create, and restarting the iPhone and restarting XCode, and running "Clean build"...
When I click to "Restore Purchases" and run the SKPaymentQueue.defaultQueue().restoreCompletedTransactions() code, the system return multiple in-app product identifiers that were previously purchased and begins to restore them.
If I've created a brand new test user, why do they have a purchase history? How can I newly test my in-app purchases and restores without this purchase history persisting across my test users?
Thanks so much in advance for your help!