Skip to content

Shortcuts & Self Service

The Shortcuts section provides one-tap access to the device Settings app and your organization’s Self Service portal.

The Settings shortcut is always available when the shortcuts section is visible. It opens the iOS Settings app using the App-Prefs URL scheme.

No configuration is needed — the Settings button appears automatically.

SupportID supports launching the following Self Service apps:

Provider Config Value App URL Scheme
Jamf Self Service+ jamf Self Service+ selfserviceios://
Microsoft Intune intune Company Portal companyportal://
VMware Workspace ONE workspaceone Intelligent Hub wsonehub://
Disabled disabled (none) (none)
<key>selfServiceProvider</key>
<string>jamf</string>
<key>selfServiceProvider</key>
<string>jamf</string>

Launches Jamf Self Service+ using selfserviceios://.

To hide both the Settings and Self Service buttons:

<key>showShortcutsSection</key>
<false/>

For the Self Service button to work:

  1. The target app (Self Service+, Company Portal, etc.) must be installed on the device
  2. The selfServiceProvider config value must match an installed app
Issue Solution
Button doesn’t appear Check showShortcutsSection is true and selfServiceProvider is not disabled
Button appears but doesn’t open app Ensure the target app is installed on the device
Wrong icon displays Contact DevScape.io support

See URL Schemes Reference for more details.