capacitor-plugin-security-check
npm install capacitor-plugin-security-checkcapacitor-plugin-security-check
``bash`
npm install capacitor-plugin-security-check
npx cap sync
* isEmulationDetected()
* isJailbrokenDetected()
* isReverseEngineeringDetected()
* isTampered(...)
`typescript`
isEmulationDetected() => Promise<{ value: boolean; }>
Returns: Promise<{ value: boolean; }>
--------------------
`typescript`
isJailbrokenDetected() => Promise<{ value: boolean; }>
Returns: Promise<{ value: boolean; }>
--------------------
`typescript`
isReverseEngineeringDetected() => Promise<{ value: boolean; }>
Returns: Promise<{ value: boolean; }>
--------------------
`typescript`
isTampered(bundle: string) => Promise<{ value: boolean; }>
| Param | Type |
| ------------ | ------------------- |
| bundle` | string |
Returns: Promise<{ value: boolean; }>
--------------------