Articles on: Licensing

KB: Licensing via an XML file

Deprecated in v2.8.8 or higher.

In a scenario where you are activating Kiosk Browser licences on a large number of devices it makes sense to avoid doing this manually via Settings > About. It is possible to activate a device by creating an xml file with your licence details and letting Kiosk Browser automatically activate when first launched.


The file must be named "kioskbrowserlicence.xml" and it should be placed in the Default Storage Location.

Please note that an internet connection is still required to activate the licence.

Example:
<?xml version='1.0' encoding='utf-8' ?>
<licences>
    <licence key='QXXXX1' delete='true' />
</licences>


In order to delete the kioskbrowserlicence.xml on successful activation you must specify delete='true', this function only works on version 2.0.31 or higher.

Updated on: 17/01/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!