IAPPurchaseResultState

public enum IAPPurchaseResultState

The list of the different states of the IAPPurchaseResult.

  • The purchase was successful.

    Declaration

    Swift

    case purchased
  • Puchase failed.

    Declaration

    Swift

    case failed
  • The purchase was cancelled by the user.

    Declaration

    Swift

    case cancelled
  • The purchase is deferred.

    Declaration

    Swift

    case deferred