Multitasking and SKPaymentQueue I get a “stuck” SKPaymentTransaction with a transactionState of SKPaymentTransactionStatePurchasing
问题 My question is basically how to reproduce the behavior I see in other apps in the app store with regards to in-app purchases: Immediately following the user pressing "Buy" the button is hidden and a spinner is displayed (essentially de-bouncing the Buy action). The user pressing cancel to the StoreKit dialog (in the app or outside of it) results in the spinner going away. I'm attempting to show and hide the spinner based on observing the state of transactions in the SKPaymentQueue. My problem