Skip to content
  • There are no suggestions because the search field is empty.

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
  • withHintswithPreviewAnimations(boolean enabled)
    • Allows you to enable or disable animated hints before each capture step.
    • Default value is False.
  • autoSubmitshowSubmitBtn(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.
  • withDocumentTypeSelectorwithShowDocumentTypeSelector(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 to all without explicit code.