Declared in TIAPurchase.h

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

Declared In TIAPurchase.h.

TIAErrorAuthorization

Should be register user identification

Declared In TIAPurchase.h.

TIAErrorUnsupportedDevice

Unsupported device

Declared In TIAPurchase.h.

TIAErrorUnsupportedStore

Unsupported market

Declared In TIAPurchase.h.

TIAErrorUserCanceled

User canceled

Declared In TIAPurchase.h.

TIAErrorInitializedError

Initialized error

Declared In TIAPurchase.h.

TIAErrorServerUnknownError

HTTP response code is not 20x

Declared In TIAPurchase.h.

TIAErrorApiResponseError

API response is failure

Declared In TIAPurchase.h.

TIAErrorAppStoreError

App Store occured error

Declared In TIAPurchase.h.

TIAErrorAppStorePurchaseError

App Store occured purchase process error

Declared In TIAPurchase.h.

TIAErrorOnGateCashError

Cash was insufficient for ONGATE

Declared In TIAPurchase.h.

TIAErrorConnectionFail

Connection fail to Store in IAP Server

Declared In TIAPurchase.h.

TIARetryPurchase

App Store remains paymentQueue. retry purchase

Declared In TIAPurchase.h.

Declared In

TIAPurchase.h