Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-jailbreak-detection

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-jailbreak-detection

Cordova / PhoneGap Plugin for detecting if the device running the app is jailbroken.

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
306
increased by52.24%
Maintainers
1
Weekly downloads
 
Created
Source

Jailbreak Detection Plugin for Apache Cordova

Use this plugin to add an extra layer of security for your app, by detecting if the device running the app is jailbroken.

Unfortunately, there are 10s of millions of jailbroken iOS devices, so preventing your app from running on a jailbroken device could lead to a limited userbase and/or bad App Store reviews.

I recommend you use this plugin to block certain features in your app rather than prevent it from running entirely.

Install

Locally

cordova plugin add https://github.com/leecrossley/cordova-plugin-jailbreak-detection.git

You do not need to reference any JavaScript, the Cordova plugin architecture will add a jailbreakdetection object to your root automatically when you build.

PhoneGap build

Add the following to your config.xml to use version 0.1.0 (you can also omit the version attribute to always use the latest version available on PhoneGap build):

<gap:plugin name="uk.co.ilee.jailbreakdetection" version="0.1.0" />

For more information, see the PhoneGap build website.

Usage

isJailbroken

jailbreakdetection.isJailbroken(successCallback, failureCallback);
  • => successCallback is called with true if the device is Jailbroken, otherwise false
  • => failureCallback is called if there was an error determining if the device is Jailbroken

Platform Support

iOS only.

License

MIT License

Keywords

FAQs

Package last updated on 29 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc