Target Device: iPhone 13, iOS 18.5, enroll to MDM by enrollment profile
Command:
<?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>Command</key>
<dict>
<key>Message</key><string>test message</string>
<key>PhoneNumber</key><string>400 000 0000</string>
<key>Footnote</key><string>test note</string>
<key>RequestType</key>
<string>EnableLostMode</string>
</dict>
<key>CommandUUID</key>
<string>102d576aa778</string>
</dict>
</plist>
Response:
<?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>102d576aa778</string>
<key>ErrorChain</key>
<array>
<dict>
<key>ErrorCode</key>
<integer>12021</integer>
<key>ErrorDomain</key>
<string>MDMErrorDomain</string>
<key>LocalizedDescription</key>
<string>“EnableLostMode”is not a valid request type.</string>
<key>USEnglishDescription</key>
<string>“EnableLostMode” is not a valid request type.</string>
</dict>
</array>
<key>Status</key>
<string>Error</string>
<key>UDID</key>
<string>00008110-000445810E13601E</string>
</dict>
</plist>
Anyone could help?