Digital Identity Verification Engine Updates August 2026
Updates to the DIVE SDK (Android) and the DIVE Online SDK (Android)
DIVE SDK (Android) v2.0.0 | 2026-08-18
implementation("net.idscan.components.android:dvs:2.0.0")
DIVE Online SDK (Android) v2.0.0 | 2026-08-18
implementation("net.idscan.components.android:dvsonline:2.0.0")
DIVE SDK
Changed
withHints→withPreviewAnimations(boolean enabled)- Allows you to enable or disable animated hints before each capture step.
- Default value is False.
autoSubmit→showSubmitBtn(boolean enabled)- Show the Submit button on the Summary Screen. If false, the captured data will be submitted immediately without requiring the user to press the Submit button on the Summary Screen.
- Default value is True.
withDocumentTypeSelector→withShowDocumentTypeSelector(boolean enabled)- Show document type selector on the Summary Screen if only one document type is available.
- Default value is True.
Removed
isRealFace- now always set toallwithout explicit code.