You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android: fixed a hard crash of the host app right after passive-liveness selfie capture on high-megapixel cameras (reported on Samsung Galaxy S25 Ultra): captured face images are now capped at 4096px before processing and upload, and video segment recorder finalization is hardened so a codec failure can no longer take the process down.
Android: if a capture ever does kill the app process, the SDK now detects it on the next launch and reports a CAPTURE_PROCESS_DEATH diagnostic event, making these crashes visible server-side instead of silent.
Android: Hebrew localization now loads the complete translation set - previously large parts of the flow fell back to English.
iOS: no source changes (rebuilt at 4.5.3 for version lockstep).
Fixed the iOS Swift Package Manager manifest pinning native DiditSDK 4.5.0: wrapper releases built with SPM since 4.5.1 silently shipped native 4.5.0. SPM builds now get the declared native version.