| What The following checks should be implemented:
- device lock check
- jailbreak detection
- debuggable detection
- emulator detection
Example implementation can be found here: https://github.com/feedhenry/mobile-security-ios-template/blob/master/secure-ios-app/services/DevicetrustService.swift. The implementation should also allow developers to provide their own checks and run them. Async support is optional. If we have the scope and it is relatively easy to implement, then we should do it. |