I am in initial stage of MDM Server implementation, I know that when ever MDM Server wants to send the MDM Command to iOS device,Server sends push notification and then device responds back server the format of which is
PUT: /server
<plist version="1.0">
<dict>
<key>Status</key>
<string>Idle</string>
<key>UDID</key>
<string> [ redacted ] </string>
</dict>
</plist>
Then the MDM Server responds with whatever command has been queued up for the device, but this line is not clear to me.
I want to know if there is no as such iOS Agent application in the device,so in which format Server has to sent the command to iOS device.