@harshallcode/tamper-protection
v1.2.0
Published
Plugin to enable tampering protection by enabling Play Store signature verification
Downloads
6
Readme
@harshallcode/tamper-protection
Plugin to enable tampering protection by enabling Play Store signature verification
Install
npm install @harshallcode/tamper-protection
npx cap sync
API
verifySignatures(...)
verifySignatures(options: { playStoreMd5: string; }) => Promise<{ isSigned: boolean; }>
Verify package signatures
| Param | Type |
| ------------- | -------------------------------------- |
| options
| { playStoreMd5: string; } |
Returns: Promise<{ isSigned: boolean; }>
Since: 1.0.0