Posted on 05-30-2018 12:21 PM
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!
Posted on 05-30-2018 12:32 PM
In your app make sure in VPP tab that Assign VPP content is checked ...
regards
Daniel
Posted on 05-30-2018 12:45 PM
Forgot to add ... make sure that you select your VPP account in the dropbox below Assign VPP content.
Posted on 05-30-2018 12:50 PM
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>
Posted on 05-30-2018 12:54 PM
Thanks so much!