1.2.0 • Published 1 year ago

@harshallcode/tamper-protection v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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

ParamType
options{ playStoreMd5: string; }

Returns: Promise<{ isSigned: boolean; }>

Since: 1.0.0


1.2.0

1 year ago

1.0.0

1 year ago