Skip to main content
Question

Pushing Apps to Self Service

  • May 30, 2018
  • 4 replies
  • 54 views

Forum|alt.badge.img+3

When I purchase apps in VPP and make them available in the "Mobile Device Apps" section I want the apps to be available in the Self Service file so that a user can download them if they want to. After I do that and scope the app to the appropriate areas, once the user attempts to download the app to their mobile device the following error message appears on their device: APP INSTALLATION Sign in to iTunes to allow "xxxxxxx.jamfcloud.com" to manage and install apps.

Can anyone help me troubleshoot why this is happening? I cannot seem to figure it out!

Thanks!

4 replies

Forum|alt.badge.img+8

In your app make sure in VPP tab that Assign VPP content is checked ...
regards
Daniel


Forum|alt.badge.img+8

Forgot to add ... make sure that you select your VPP account in the dropbox below Assign VPP content.


Forum|alt.badge.img+8

Also in your self service APP / Configuration tab/ you should have this script

<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>JSS_URL</key> <string>https://your_server_Addy_here:8443/</string>
</dict>


Forum|alt.badge.img+3
  • Author
  • New Contributor
  • May 30, 2018

Thanks so much!