root-detection
v0.0.7
Published
A capacitor plugin developed by Oussama Ouali for detecting if device is rooted or jailbroken, enhancing security by preventing the app from running on compromised devices.
Downloads
13
Readme
root-detection
A capacitor plugin developed by Oussama Ouali for detecting if device is rooted or jailbroken, enhancing security by preventing the app from running on compromised devices.
Install
npm install root-detection
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>