SKError Enum

Definition

An enumeration whose values specify various errors relating to StoreKit.

public enum SKError
type SKError = 
Inheritance
SKError

Fields

ClientInvalid 1

Indicates that the client may not perform the operation.

CloudServiceNetworkConnectionFailed 7

Indicates that the cloud service network connection failed.

CloudServicePermissionDenied 6

Indicates that the cloud service denied permission for the operation.

CloudServiceRevoked 8
InvalidOfferIdentifier 11
InvalidOfferPrice 14
InvalidSignature 12
MissingOfferParams 13
PaymentCancelled 2

Indicates that a payment was cancelled.

PaymentInvalid 3

Indicates that a payment was invalid.

PaymentNotAllowed 4

Indicates that a payment was not allowed.

PrivacyAcknowledgementRequired 9
ProductNotAvailable 5

Indicates that a product was unavailable.

Revoked 8
UnauthorizedRequestData 10
Unknown 0

Indicates an unknown error.

Applies to