capacitor-plugin-security-check
v0.0.7
Published
capacitor-plugin-security-check
Downloads
1,532
Readme
capacitor-plugin-security-check
capacitor-plugin-security-check
Install
npm install capacitor-plugin-security-check
npx cap sync
API
isEmulationDetected()
isEmulationDetected() => Promise<{ value: boolean; }>
Returns: Promise<{ value: boolean; }>
isJailbrokenDetected()
isJailbrokenDetected() => Promise<{ value: boolean; }>
Returns: Promise<{ value: boolean; }>
isReverseEngineeringDetected()
isReverseEngineeringDetected() => Promise<{ value: boolean; }>
Returns: Promise<{ value: boolean; }>
isTampered(...)
isTampered(bundle: string) => Promise<{ value: boolean; }>
| Param | Type |
| ------------ | ------------------- |
| bundle
| string |
Returns: Promise<{ value: boolean; }>