Tom Jackman
edited a comment
on
AEROGEAR-2124
Re: detectJailbreak check
{code:java}
/**
- Check if the device running the application is jailbroken.
- Returns: A detector object.
*/
fileprivate func detectJailbreak() -> Detector {
if (DTTJailbreakDetection.isJailbroken()) {
return true
} else {
return false
}
{code}
Add Comment
This message was sent by Atlassian JIRA
(v7.5.0#75005-
sha1:fd8c849
)