aca-mobile / ti-jailbreak

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

License:Apache License 2.0


Languages

Language:Objective-C 67.4%Language:JavaScript 20.0%Language:Java 12.6%