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,
};

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.

Declared In

TIAPurchase.h