NonJailbrokenCheck
public class NonJailbrokenCheck : SecurityCheck
IsJailbrokenCheck implements the SecurityCheck protocol
It can check whether or not the device the check is running on is a Jailbroken device.
-
Declaration
Swift
public let name: String -
Undocumented
Declaration
Swift
public init() -
Check if the device is Jailbroken.
Declaration
Swift
public func check() -> SecurityCheckResultReturn Value
A Security Check result with a true or false passing property
NonJailbrokenCheck Class Reference