TIAPurchaseErrorCode

@typedef TIAPurchaseErrorCode enum

Definition

typedef NS_ENUM(NSUInteger, TIAPurchaseErrorCode ) {
   TIAErrorNetworkTimeout = 100,
   TIAErrorAuthorization = 101,
   TIAErrorUnsupportedDevice = 102,
   TIAErrorUnsupportedStore = 103,
   TIAErrorUserCanceled = 104,
   TIAErrorInitializedError = 105,
   TIAErrorServerUnknownError = 106,
   TIAErrorApiResponseError = 107,
   TIAErrorAppStoreError = 108,
   TIAErrorAppStorePurchaseError = 109,
   TIAErrorOnGateCashError = 115,
   TIAErrorConnectionFail = 113,
   TIARetryPurchase = 116,
};

Constants

TIAErrorNetworkTimeout

Network timeout error

TIAPurchase.h.

TIAErrorAuthorization

Should be register user identification

TIAPurchase.h.

TIAErrorUnsupportedDevice

Unsupported device

TIAPurchase.h.

TIAErrorUnsupportedStore

Unsupported market

TIAPurchase.h.

TIAErrorUserCanceled

User canceled

TIAPurchase.h.

TIAErrorInitializedError

Initialized error

TIAPurchase.h.

TIAErrorServerUnknownError

HTTP response code is not 20x

TIAPurchase.h.

TIAErrorApiResponseError

API response is failure

TIAPurchase.h.

TIAErrorAppStoreError

App Store occured error

TIAPurchase.h.

TIAErrorAppStorePurchaseError

App Store occured purchase process error

TIAPurchase.h.

TIAErrorOnGateCashError

Cash was insufficient for ONGATE

TIAPurchase.h.

TIAErrorConnectionFail

Connection fail to Store in IAP Server

TIAPurchase.h.

TIARetryPurchase

App Store remains paymentQueue. retry purchase

TIAPurchase.h.

TIAPurchase.h