1.2.0 • Published 1 year ago
@harshallcode/tamper-protection v1.2.0
@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