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
Smaller SDK: every iOS variant is 7 to 8 MB smaller on device - build metadata and unused media are no longer embedded in the shipped frameworks.
Android: WalletConnect wallet-signing now ships as the optional me.didit:didit-sdk-wallet artifact instead of being bundled in didit-sdk-core, shrinking every integration that does not use it and dropping its JitPack-only dependencies from slim variants. The full didit-sdk bundle (the all variant) is unchanged. Slim-variant apps that use native wallet signing must add the new artifact; without it, wallet-ownership flows complete in the browser instead.
iOS: NFC chip-read failures now surface as localized errors in the scan sheet and are reported as session events for server-side visibility.
Both platforms: support for application-scoped copy overrides.
iOS: improved camera diagnostics during liveness capture.