How do I test restoring a purchase with the new .storekit in Xcode 12? When I call SKPaymentQueue.default().restoreCompletedTransactions()
, it goes straight to paymentQueueRestoreCompletedTransactionsFinished(_ queue: SKPaymentQueue)
with 0 transaction.
There is not a single mention of "restore" in this 25 minutes WWDC video, nor this documentation article also from Apple, nor in any of the handful tutorials on the Internet. What's even more puzzling to me is I can cannot find any complains/questions regarding this?!
I feel like I have gone mad. It would be great if someone can shed some lights. Thanks in advance!