public final class SKErrorCode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
ClientInvalid
client is not allowed to issue the request, etc.
|
static long |
CloudServiceNetworkConnectionFailed
the device could not connect to the nework
|
static long |
CloudServicePermissionDenied
user has not allowed access to cloud service information
|
static long |
CloudServiceRevoked
user has revoked permission to use this cloud service
|
static long |
IneligibleForOffer
User is not eligible for the subscription offer
|
static long |
InvalidOfferIdentifier
The specified subscription offer identifier is not valid
|
static long |
InvalidOfferPrice
The price of the selected offer is not valid (e.g.
|
static long |
InvalidSignature
The cryptographic signature provided is not valid
|
static long |
MissingOfferParams
One or more parameters from SKPaymentDiscount is missing
|
static long |
OverlayCancelled |
static long |
OverlayInvalidConfiguration |
static long |
OverlayPresentedInBackgroundScene
Client tried to present an SKOverlay in UIWindowScene not in the foreground
|
static long |
OverlayTimeout |
static long |
PaymentCancelled
user cancelled the request, etc.
|
static long |
PaymentInvalid
purchase identifier was invalid, etc.
|
static long |
PaymentNotAllowed
this device is not allowed to make the payment
|
static long |
PrivacyAcknowledgementRequired
The user needs to acknowledge Apple's privacy policy
|
static long |
StoreProductNotAvailable
Product is not available in the current storefront
|
static long |
UnauthorizedRequestData
The app is attempting to use SKPayment's requestData property, but does not have the appropriate entitlement
|
static long |
Unknown |
static long |
UnsupportedPlatform |
public static final long Unknown
public static final long ClientInvalid
public static final long PaymentCancelled
public static final long PaymentInvalid
public static final long PaymentNotAllowed
public static final long StoreProductNotAvailable
public static final long CloudServicePermissionDenied
public static final long CloudServiceNetworkConnectionFailed
public static final long CloudServiceRevoked
public static final long PrivacyAcknowledgementRequired
public static final long UnauthorizedRequestData
public static final long InvalidOfferIdentifier
public static final long InvalidSignature
public static final long MissingOfferParams
public static final long InvalidOfferPrice
public static final long OverlayCancelled
public static final long OverlayInvalidConfiguration
public static final long OverlayTimeout
public static final long IneligibleForOffer
public static final long UnsupportedPlatform
public static final long OverlayPresentedInBackgroundScene