1.0.4 • Published 3 years ago

@basecom-gmbh/capacitor-jailbreak-root-detection v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Capacitor Jailbreak Root Detection

Jailbreak Root detection plugin for capacitor.

Install

Install the package.

npm install jailbreak-root-detection
npx cap sync

iOS installation

Add 'cydia' to the query schema of your app, otherwise the jailbreak detection will not work.

<key>LSApplicationQueriesSchemes</key>
<array>
    <string>cydia</string>
</array>

API

isJailbrokenOrRooted()

isJailbrokenOrRooted() => any

Returns: any


Interfaces

JailbreakRootResult

PropType
resultboolean
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago