Skip to main content

RootChecker

The RootChecker extension gives you the ability to check whether the current device has been "rooted".

Features

  • Check for root access (jail broken device)

Documentation

The documentation site forms the best source of detailed documentation for the extension along with the asdocs.

Quick Example:

if (RootChecker.instance.isRooted)
{
// device has been rooted / jail broken
}