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.

Settings Button

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.

Self Service Providers

SupportID supports launching the following Self Service apps:

ProviderConfig ValueAppURL Scheme
Jamf Self Service+jamfSelf Service+selfserviceios://
Microsoft IntuneintuneCompany Portalcompanyportal://
VMware Workspace ONEworkspaceoneIntelligent Hubwsonehub://
Disableddisabled(none)(none)

Setting the Provider

<key>selfServiceProvider</key>
<string>jamf</string>
<key>selfServiceProvider</key>
<string>jamf</string>

Launches Jamf Self Service+ using selfserviceios://.

Hiding the Entire Section

To hide both the Settings and Self Service buttons:

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

Requirements

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

Troubleshooting Shortcuts

IssueSolution
Button doesn’t appearCheck showShortcutsSection is true and selfServiceProvider is not disabled
Button appears but doesn’t open appEnsure the target app is installed on the device
Wrong icon displaysContact DevScape.io support

See URL Schemes Reference for more details.