Setup with Jamf

Add the Luscii app to device profile in Jamf

  • Navigate to Mobile device apps
  • Click new
  • Select App store
  • Search Luscii and add the app
  • Set up Install Automatically
  • Toggle Force App updates if you want the app to get updated automatically
  • Go to App Configuration and set up the Remote App Config file (see step 3)
  • Set up target mobile devices or target users

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>

To set up the configuration file so it can take on a different API keys for an individual user, you need to add a Mobile Device Extension Attribute. Follow this Jamf guide

Mobile Device Extension Attributes - Jamf Pro Documentation 11.3.0 | Jamf

Next, the Remote App Config file needs to be set up to look at the extension attribute as shown in this guide:

Mobile Device Configuration Profiles - Jamf Pro Documentation 11.3.0 | Jamf

The config file should look like this:

<key>patientAPIKey</key>
<string>$EXTENSIONATTRIBUTE_#</string>

where # is the extension attribute ID.