Does anybody have trouble restoring in-app purchases? I've installed the in-app purchase function on a new macOS application. I was able to make a purchase with a test account earlier. But I have not been able to restore the purchase. After the app calls
SKPaymentQueue.default().restoreCompletedTransactions(), it never calls
paymentQueue(_ queue: SKPaymentQueue, updatedTransactions transactions: [SKPaymentTransaction])This isn't my first time installing the in-app puchrase. It's not the 2nd or 3rd. Does anybody have the same trouble?
Thanks.