Tom Jackman
edited a comment
on
AEROGEAR-2126
Re: debuggerDetect check
{code:java}
/**
- Check if the
device running the application
app
is
jailbroken
running in debug mode
.
*/
fileprivate func detectDebugabble() -> Bool {
#if DEBUG
return true
#else
return false
#endif
}
{code}
Add Comment
This message was sent by Atlassian JIRA
(v7.5.0#75005-
sha1:fd8c849
)