jailbreak-root-detection
v0.0.2
Published
A plugin to detect integrity of the user device(iOS/Android)
Readme
jailbreak-root-detection
A plugin to detect integrity of the user device(iOS/Android)
Install
npm install jailbreak-root-detection
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
jailbroken(...)
jailbroken(options: { verificationKey: string; decryptionKey: string; }) => Promise<{ isJailbroken: boolean; }>| Param | Type |
| ------------- | ---------------------------------------------------------------- |
| options | { verificationKey: string; decryptionKey: string; } |
Returns: Promise<{ isJailbroken: boolean; }>
