Posted on 02-13-2023 01:19 PM
We are having an issue with all new enrolled IOS devices. The device is being enrolled correctly, but when we attempt to open self service we get this error. I have verified that we have enough licenses from the VPP. Self service is running properly on our computers just not on IOS devices.
Solved! Go to Solution.
Posted on 04-07-2023 11:43 AM
This was resolved by adding the following into App Configuration tab of Jamf Self Service App in Mobile Device Apps:
<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>$JPS_URL</string>
</dict>
Posted on 02-14-2023 06:13 AM
What version of Jamf are you running? Also I would assume you are on the most recent version of the Self Service app? Seems like either Jamf 10.43.1 or the 11.1.0 version of the app is causing some issues, some are unable to have it prompt for login properly when it launches. The workaround for that right now is to disable the required login option.
Posted on 02-14-2023 11:52 AM
I'm seeing this issue also. I have no user login set though.
Posted on 02-16-2023 03:51 PM
Seeing this issue here as well. We don't have login for Self Service turned on either.
Any fixes for those who already don't have login turned on?
Posted on 03-02-2023 12:25 PM
Hey there,
Have you had any APNS token issues in the past. Seen this before. Delete the device record in Jamf, Wipe device, re-enroll. Try again.
If your APNS token changed at any point and this device was affected by the change, the topic for APNS doesn't match the APNS topic for your device so it doesn't see it as enrolled. This means someone incorrectly updated the token in the past and your affected device was part of the old one that's no longer used and Jamf pro has not updated it to reflect that because it doesn't do that except during enrollment.
Try those steps and lmk if it continues.
Posted on 04-05-2023 11:15 AM
I'm seeing the same issue on 2 ipads that I am trying to enroll. I have removed their record in Jamf Pro, and wiped and restored via Apple Configurator 2, but I am still getting the same error on both ipads.
Posted on 04-07-2023 11:43 AM
This was resolved by adding the following into App Configuration tab of Jamf Self Service App in Mobile Device Apps:
<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>$JPS_URL</string>
</dict>
Posted on 05-19-2023 09:15 AM
Thank you mtbhuskies, this fixed my issue.
Posted on 04-11-2023 08:05 AM
Thank you all.
We are seeing this issue less frequently as before.
The only thing we have changed is upgrading our Jamf Pro server to 10.45.
Posted on 04-14-2023 12:13 PM
Hi All, this just recently happen to us as well. Again, no changes, other than 10.45. Has there been any news on this error?
Posted on 05-02-2023 03:30 PM
Experiencing this in our environment
Posted on 06-23-2023 01:24 PM
EXELLENT