SKPaymentTransactionState Enum

Definition

Transaction state.

public enum SKPaymentTransactionState
type SKPaymentTransactionState = 
Inheritance
SKPaymentTransactionState

Fields

Name Value Description
Purchasing 0

Transaction is being processed by the AppStore.

Purchased 1

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

Failed 2

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

Restored 3

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

Deferred 4

Applies to