Setup with Kandji

Add the Luscii app to device profile in Kandji

iOS AppConfig

Creating an iOS Blueprint

Add Apps from Apps and Books to Kandji

Set up the Remote App Config file

Provide the device user’s API Key to the Luscii app by setting up the Remote App Config file. Always use the key name patientApiKey, and supply the api key as a string value. For example:

<key>patientAPIKey</key>
<string>lsc-abcdef12345678==</string>

Kandji has Global Variables that can be used to set up different values of each device. Unfortunately it is not possible to add a new variable. According to Kandji support, some clients have leveraged the “Asset Tag” field as a workaround.

So, for each device, add the API key to the “Asset Tag”, and include the global variable in the config file

<key>patientAPIKey</key>
<string>$ASSET_TAG</string>