*What*
We should provide a function to allow developers to check if the device has been jail broken.
* Why*
A jailbreak device can be used to modify application code or recover application data. We should provide a function to allow a user to check if the device is jailbroken so that they can take actions to protect the user and their data.
* How*
We can look at how it is being done in the mobile security ios template app (https://github.com/feedhenry/mobile-security-ios-template/blob/master/secure-ios-app/services/DevicetrustService.swift#L88-L94) and move it across. |
|