Storekit stopped working with iOS 16. I start the payment, I'm prompted to enter the password, the payment is completed but - (void)paymentQueue:(SKPaymentQueue *)queue updatedTransactions:(NSArray *)transactions is never called for SKPaymentTransactionStatePurchased so I can start the download.
How to solve this problem? Thank you!