SKPaymentTransactionState Enum

Definition

Transaction state.

public enum SKPaymentTransactionState
type SKPaymentTransactionState = 
Inheritance
SKPaymentTransactionState

Fields

Deferred 4
Failed 2

The transaction failed, check the Error property of the SKPaymentTransaction for actual details.

Purchased 1

The item has been purchased, the application can give the user access to the content.

Purchasing 0

Transaction is being processed by the AppStore.

Restored 3

The transaction has restored the original content purchased by the user.

Applies to