Skip to content

aca-mobile/ti-jailbreak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ti-jailbreak Module

Description

Easy validation if an iOS-device is jailbroken or an Android-device is rooted.

This module uses DTTJailbreakDetection for iOS and Rootbeer for Android

Usage

To access this module from JavaScript, you would do the following:

var TiJailbreak = require('be.aca.mobile.jailbreak');

if (TiJailbreak.isJailbroken()) {
   ...
} else {
   ...
}

Author

This module has been made by the ACA Mobile team, part of ACA IT-Solutions. Find us online on https://mobile.aca-it.be!