Contents

paymentQueueRestoreCompletedTransactionsFinished(_:)

Tells the observer that the payment queue has finished sending restored transactions.

Declaration

optional func paymentQueueRestoreCompletedTransactionsFinished(_ queue: SKPaymentQueue)

Parameters

  • queue:

    The payment queue that restored the transactions.

Mentioned in

Discussion

This method is called after all restorable transactions have been processed by the payment queue. Your application is not required to do anything in this method.

See Also

Restoring transactions