SKReceiptRefreshRequest is causing the tvOS App Store to open to to a "Coming Soon!" screen.
I'm currently using the refresh whenever my implementation of SKPaymentTransactionObserver encounters an error.
I think I can resolve this by only refreshing when a receipt is missing like SwiftyStoreKit, but it's really strange that this would cause the App Store to open.
Code Block request = SKReceiptRefreshRequest(receiptProperties: nil) request?.delegate = self request?.start()
I'm currently using the refresh whenever my implementation of SKPaymentTransactionObserver encounters an error.
I think I can resolve this by only refreshing when a receipt is missing like SwiftyStoreKit, but it's really strange that this would cause the App Store to open.