Xcode Storekit sandbox deletes all transaction data when deleting and recompiling app

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?

Xcode Storekit sandbox deletes all transaction data when deleting and recompiling app
 
 
Q