- VERIFF.start method allows an optional
configuration
param composed by themeColor
property which represent the HEX color value of the Veriff theme
const configuration = {
themeColor: '#0F3C32'
};
- VERIFF.start method requires the Veriff verification URL instead of the token
- The response of the Veriff process is a JSON object.
{
"status": string // "VeriffSDK.Status" [DONE , CANCELED or ERROR]
"message": string // Detailed message
}
- Updated Veriff SDK to version 3.6.0
- Required Android 5.1 or upper
- Updated Veriff SDK to version 4.1.0
- Use veriff-library v2.10.0
- Use veriff-library v2.8.0
- Fix SWIFT_VERSION: Added after_prepare hook
- Added Android support
- Added iOS support