Share via


SKPaymentTransactionState Enum

Definition

Transaction state.

[ObjCRuntime.Native]
public enum SKPaymentTransactionState
[<ObjCRuntime.Native>]
type SKPaymentTransactionState = 
Inheritance
SKPaymentTransactionState
Attributes

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