共用方式為


SKPaymentTransactionState 列舉

定義

交易狀態。

public enum SKPaymentTransactionState
type SKPaymentTransactionState = 
繼承
SKPaymentTransactionState

欄位

Deferred 4
Failed 2

交易失敗,請檢查 SKPaymentTransaction 的 Error 屬性以取得實際的詳細資料。

Purchased 1

專案已購買,應用程式可以讓使用者存取內容。

Purchasing 0

AppStore 正在處理交易。

Restored 3

交易已還原使用者購買的原始內容。

適用於