@vizualkei/neuma-client-sdk
v0.125.0
Published
Neuma Web Client SDK - Biometric verification SDK for webapp integration
Maintainers
Readme
@vizualkei/neuma-client-sdk
See README.md for the Neuma SDK API documentation.
iOS Universal Link handoff
On iOS phone browsers the SDK hands off to the Neuma app using an HTTPS
Universal Link instead of the neuma:// custom scheme. This lets the OS
open the installed app directly and avoids the "open in app?" custom-scheme
prompt.
- The Universal Link base defaults to
https://www.neuma.me/link. The SDK appends the same query parameters used for the deep link (operation,id,bioServer,webServer, optionaluserName/email/phone,nst, and the iOS-Safari-gatedreturnUrl), so the return-to-tab flow is identical to the custom-scheme path. - Override the base with the
universalLinkBaseoption (passed viasdkOptions) if you host your own Universal Link page. - App not installed: the Universal Link navigates the current tab to
https://www.neuma.me/link, a hosted fallback page with install links. The tab unloads in that case, so the usual 2s visibility-based launch-failure detection may not fire for iOS. - Android is unchanged: Android (and
unknownplatforms) continue to hand off via theneuma://operationcustom scheme, byte-for-byte as before.
