Contents

paymentQueue(_:removedTransactions:)

Tells an observer that one or more transactions have been removed from the queue.

Declaration

optional func paymentQueue(_ queue: SKPaymentQueue, removedTransactions transactions: [SKPaymentTransaction])

Parameters

  • queue:

    The payment queue that updated the transactions.

  • transactions:

    An array of the transactions that were removed.

Mentioned in

Discussion

Your application does not typically need to implement this method but might implement it to update its own user interface to reflect that a transaction has been completed.

See Also

Handling transactions