Contents

paymentQueue(_:restoreCompletedTransactionsFailedWithError:)

Tells the observer that an error occurred while restoring transactions.

Declaration

optional func paymentQueue(_ queue: SKPaymentQueue, restoreCompletedTransactionsFailedWithError error: any Error)

Parameters

  • queue:

    The payment queue that was restoring transactions.

  • error:

    The error that occurred.

Mentioned in

See Also

Restoring transactions