Search code examples
iosjailbreakmdm

iOS MDM: Can we get to know whether device is rooted or jailbroken?


I am working on MDM implementation for iOS. I want to know whether there any command using which we can get to know whether iOS device is rooted or jailbroken?

I had seen the MDM protocol reference and I haven't found any field in DeviceInformation command to know this.

How server can know this status from device?


Solution

  • The Apple MDM protocol does not have a way to check if a device is jailbroken. MDM vendors will usually come up with their own solution for this.