Hello,
AvailableOSUpdates command used to be acknowledged by non-supervised iOS devices (it's still the case for iOS 12.5.3 devices for instance), but it is now returning an error on iOS 14.5+.
Is this expected, and if yes, could you clarify when the change happened ?
Thanks !
AvailableOSUpdates command used to be acknowledged by non-supervised iOS devices (it's still the case for iOS 12.5.3 devices for instance), but it is now returning an error on iOS 14.5+.
Code Block <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CommandUUID</key> <string>96bc818b-5e2c-f83b-b710-0197fba79474</string> <key>ErrorChain</key> <array> <dict> <key>ErrorCode</key> <integer>12021</integer> <key>ErrorDomain</key> <string>MCMDMErrorDomain</string> <key>LocalizedDescription</key> <string>“AvailableOSUpdates” is not a valid request type.</string> <key>USEnglishDescription</key> <string>“AvailableOSUpdates” is not a valid request type.</string> </dict> </array> <key>Status</key> <string>Error</string> <key>UDID</key> <string>***</string> </dict> </plist>
Is this expected, and if yes, could you clarify when the change happened ?
Thanks !