V2 AppLicenseChecker.ResponseCode
public static @interface AppLicenseChecker.ResponseCode com.onestore.extern.licensing.AppLicenseChecker.ResponseCode ALC Response Code
Constants
RESULT_OK
int RESULT_OK
Success
Constant value : 0
RESULT_UNKNOWN
int RESULT_UNKNOWN
An unknown error has occurred.
Constant value : -1
RESULT_USER_CANCELED
int RESULT_USER_CANCELED
Login canceled by the user.
Constant value : 1
RESULT_SERVICE_UNAVAILABLE
int RESULT_SERVICE_UNAVAILABLE
An error has occurred in your device or server network.
Constant value : 2
RESULT_ALC_UNAVAILABLE
int RESULT_ALC_UNAVAILABLE
An updated ALC api version is required.
Constant value : 3
RESULT_DEVELOPER_ERROR
int RESULT_DEVELOPER_ERROR
Invalid parameter.
Constant value : 5
RESULT_ERROR
int RESULT_ERROR
An unknown error has occurred.
Constant value : 6
RESULT_NEED_LOGIN
int RESULT_NEED_LOGIN
ONE store app login is required.
Constant value : 10
RESULT_NEED_UPDATE
int RESULT_NEED_UPDATE
Update or install the ONE store service.
Constant value : 11
ERROR_SERVICE_UNAVAILABLE
int ERROR_SERVICE_UNAVAILABLE
Temporary service error has occurred.
Constant value : 2000
ERROR_SERVICE_TIME
int ERROR_SERVICE_TIME
No response from server.
Constant value : 2100
ERROR_USER_LOGIN_CANCELED
int ERROR_USER_LOGIN_CANCELED
Login canceled.
Constant value : 2101
ERROR_INSTALL_USER_CANCELED
int ERROR_INSTALL_USER_CANCELED
ONE store service installation has been canceled.
Constant value : 2103
ERROR_NOT_FORGROUND
int ERROR_NOT_FORGROUND
Cannot proceed within the background service
Constant value : 2104
ERROR_DATA_PARSING
int ERROR_DATA_PARSING
Response data parsing error has occurred.
Constant value : 2001
ERROR_SIGNATURE_VERIFICATION
int ERROR_SIGNATURE_VERIFICATION
The license key does not match, or the user has no purchase history.
Constant value : 2002
ERROR_CLIENT_NOT_ENABLED
int ERROR_CLIENT_NOT_ENABLED
Unable to connect to ONE store. Please start the ONE store app.
Constant value : 1010
Last updated