PurchaseResponseCode
Represents the response code for a purchase request initiated via PurchasingService.purchase.
Enumeration Members
ALREADY_PURCHASED
ALREADY_PURCHASED:
1
Indicates that the customer already owns the provided SKU.
FAILED
FAILED:
4
Indicates that the purchase failed.
INVALID_SKU
INVALID_SKU:
2
Indicates that the SKU originally provided to the PurchasingService.purchase(String) method is not valid.
NOT_SUPPORTED
NOT_SUPPORTED:
3
Indicates this call is not supported.
SUCCESSFUL
SUCCESSFUL:
0
Indicates that the purchase was successfully completed.
Last updated: Sep 30, 2025