Pushing Apps to Self Service

Kristen_Bishop
New Contributor II

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 4

CSNavigateurs
New Contributor III

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

CSNavigateurs
New Contributor III

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

CSNavigateurs
New Contributor III

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>

Kristen_Bishop
New Contributor II

Thanks so much!