*What* We should expose a function that allows the end developer to check if the device is running the latest version of the OS.
*Why* Newer versions of an OS will have the latest security patches.
*How* We should look at how it is done in the mobile security ios template app ( https://github.com/feedhenry/mobile-security-ios-template/blob/master/secure-ios-app/services/DevicetrustService.swift#L133-L139) and move it across. |
|