When is the user charged for an iOS in-app purchase?
Is it between addPayment and paymentQueue:updatedTransactions: receives SKPaymentTransactionStatePurchased, or is it after calling finishTransaction? Or somewhere else?
Is this explicitly mentioned in the documentation?