Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

v1.2.0 - Consent

Compare
Choose a tag to compare
@shekhar-socure shekhar-socure released this 21 Nov 15:12
· 5 commits to main since this release
a657f14

The Predictive Document Verification (DocV) v2 SDK for React Native is a React Native bridge that allows you to use the DocV SDK for Android and iOS in your React Native application.

Enhancements

  • Added a notice and consent feature that is displayed prior to the initiation of the document capture and upload process on the Capture App. The consumer must either click I Agree to provide consent and begin the document capture flow, or I Decline to decline consent and cancel the transaction. If the consumer declines to provide consent, the document capture flow is terminated and the Socure DocV SDK returns an error.

iOS

  • Removed mandatory requirement to set the public key in info.plist. The user can either set the public key in one of the following methods before the first scan is attempted:
    • Configured in info.plist
    • Set in the function Socure.setSocureSdkKey(publicKey: String)

Android

The public key must be added to your application in one of the following methods before the first scan is attempted:
- Configured in the string.xml as a resource
- Set in the function Socure.setSocureSdkKey(publicKey: String)

Bug Fixes

  • None.

Known Issues

  • None.