I want to test SKPaymentQueue.default().restoreCompletedTransactions() for a non-consumable in-app purchase.
But when I delete the app in simulator, and reinstall (i.e. recompile it), all the transaction data in Xcode > Debug > Storekit gets deleted/cleared out, so how am I supposed to test restoring data for the scenario of when a user deletes and reinstalls the app?