Class SKErrorCode


  • public final class SKErrorCode
    extends java.lang.Object
    error codes for the SKErrorDomain
    • Field Detail

      • ClientInvalid

        public static final long ClientInvalid
        client is not allowed to issue the request, etc.
        See Also:
        Constant Field Values
      • PaymentCancelled

        public static final long PaymentCancelled
        user cancelled the request, etc.
        See Also:
        Constant Field Values
      • PaymentInvalid

        public static final long PaymentInvalid
        purchase identifier was invalid, etc.
        See Also:
        Constant Field Values
      • PaymentNotAllowed

        public static final long PaymentNotAllowed
        this device is not allowed to make the payment
        See Also:
        Constant Field Values
      • StoreProductNotAvailable

        public static final long StoreProductNotAvailable
        Product is not available in the current storefront
        See Also:
        Constant Field Values
      • CloudServicePermissionDenied

        public static final long CloudServicePermissionDenied
        user has not allowed access to cloud service information
        See Also:
        Constant Field Values
      • CloudServiceNetworkConnectionFailed

        public static final long CloudServiceNetworkConnectionFailed
        the device could not connect to the nework
        See Also:
        Constant Field Values
      • CloudServiceRevoked

        public static final long CloudServiceRevoked
        user has revoked permission to use this cloud service
        See Also:
        Constant Field Values
      • PrivacyAcknowledgementRequired

        public static final long PrivacyAcknowledgementRequired
        The user needs to acknowledge Apple's privacy policy
        See Also:
        Constant Field Values
      • UnauthorizedRequestData

        public static final long UnauthorizedRequestData
        The app is attempting to use SKPayment's requestData property, but does not have the appropriate entitlement
        See Also:
        Constant Field Values
      • InvalidOfferIdentifier

        public static final long InvalidOfferIdentifier
        The specified subscription offer identifier is not valid
        See Also:
        Constant Field Values
      • InvalidSignature

        public static final long InvalidSignature
        The cryptographic signature provided is not valid
        See Also:
        Constant Field Values
      • MissingOfferParams

        public static final long MissingOfferParams
        One or more parameters from SKPaymentDiscount is missing
        See Also:
        Constant Field Values
      • InvalidOfferPrice

        public static final long InvalidOfferPrice
        The price of the selected offer is not valid (e.g. lower than the current base subscription price)
        See Also:
        Constant Field Values
      • OverlayInvalidConfiguration

        public static final long OverlayInvalidConfiguration
        See Also:
        Constant Field Values
      • IneligibleForOffer

        public static final long IneligibleForOffer
        User is not eligible for the subscription offer
        See Also:
        Constant Field Values