The android LVL class for handling licensing to applications in the Google Play market have some policy codes that will be shown depending on what the interpretation of the server response is. Here is a short list of some of the values of these codes when implementing a LicenseCheckerCallback class according to Android developer documetation.

Response Code Value
Licensed 256
Not_licensed 561
Error_Server_Failure 291
Error_Contacting_Server 291
Error_Not_Market_Managed 3
Error_Invalid_Package_Name 1
Error_Non_Matching_UID 2

2 thoughts on “Android Licensing Error Codes

Leave a Reply

Your email address will not be published. Required fields are marked *