Example Usage


http://api.cloudapplicenser.com/v1/app_version_check?token={TOKEN}&appuniqueid={UNIQUEID}&version={VERSION}

Usage Notes

The JSON data returned will include whether or not a more recent version is available ("true" or "false") and any comments associated with the newer version, if applicable. Note that any special characters (such as '"' and '\') in the "about" field will be escaped with a backslash, as in the example below.

Example Output


{
    "newversion": "true",
    "about": "Fixes a bug in the \"Magic Carpet\" level."
}