Manually Installing Self Service for iOS

Jamf Pro Documentation 11.16.0

Solution
Application
Content Type
Technical Documentation
Utilities & Services
version
11.16.0
ft:locale
en-US
vrm_version
11.16.0
  1. In Jamf Pro, click Settings in the sidebar.
  2. In the Self Service section, click iOS .
  3. Click Edit .
  4. On the General pane, choose "Manually install Self Service app" from the Installation Method pop-up menu.
  5. (Optional) Click the App Options tab and configure the preferences as needed.
  6. Click Save .
  7. Click Devices in the sidebar.
  8. Click Mobile Device Apps.
  9. Click New.
  10. Select App Store app and click Next.
  11. Add Jamf Self Service from the App Store catalog.
  12. On the General pane, select "Install Automatically/Prompt Users to Install" from the Distribution Method pop-up menu, and configure any additional settings.
  13. Click the Scope tab and configure the scope of the app.
  14. On the App Configuration tab, add the following lines to the Preferences field:
    <dict>
    <key>INVITATION_STRING</key>
    <string>$MOBILEDEVICEAPPINVITE</string>
    <key>JSS_ID</key>
    <string>$JSSID</string>
    <key>SERIAL_NUMBER</key>
    <string>$SERIALNUMBER</string>
    <key>DEVICE_NAME</key>
    <string>$DEVICENAME</string>
    <key>MAC_ADDRESS</key>
    <string>$MACADDRESS</string>
    <key>UDID</key>
    <string>$UDID</string>
    <key>MANAGEMENT_ID</key>
    <string>$MANAGEMENTID</string>
    <key>JSS_URL</key>
    <string>$JPS_URL</string>
    </dict> 
  15. Click Save .

Self Service is distributed to mobile devices in the scope the next time they check in with Jamf Pro.