SKPaymentTransactionState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |