React Native Components v5.6.0
· 2 min read
Provides support to Single User Multiple Identities (SUMI), cleans up the KYCKYC Know Your Customer - the identity verification process for consumer identities. This process allows you to seamlessly and securely verify your user's identity. Weavr will ask users to submit the necessary information and documentation so that they can get approved by financial providers. interface, and fixes a few minor bugs.
Added
- Added
identity,credentialsandrequiresTokenExchangetoWeavrSecureLoginDatato support the Single User Multiple Identities (SUMI) token exchange flow
Changed
- Updated iOS
WeavrComponentsdependency to 3.8.0 - Updated Android
WeavrComponentsdependency to 3.13.1 - Introduced
onKycFailureas the canonical native KYCKYC Know Your Customer - the identity verification process for consumer identities. This process allows you to seamlessly and securely verify your user's identity. Weavr will ask users to submit the necessary information and documentation so that they can get approved by financial providers. failure event on both platforms, carrying a{ Code, Message, Body }payload - Aligned Android
onKycEvent/onKycStatusChangepayload values with iOS (e.g."step initiated","Ready") instead of raw Kotlin enumtoString()output, and stopped forwarding the noisyKYCSNSEventAnalyticsevent on Android to match iOS behaviour
Fixed
- Fix the placeholder text not being set correctly in iOS secure components
- Fixed Android KYCKYC Know Your Customer - the identity verification process for consumer identities. This process allows you to seamlessly and securely verify your user's identity. Weavr will ask users to submit the necessary information and documentation so that they can get approved by financial providers. failure payloads sending lowercase
code/messagekeys (and nobody) instead ofCode/Message/Body, causingKycErrorKeyslookups to returnundefined - Fixed iOS registering the
onKycEventKYCKYC Know Your Customer - the identity verification process for consumer identities. This process allows you to seamlessly and securely verify your user's identity. Weavr will ask users to submit the necessary information and documentation so that they can get approved by financial providers. event twice due to a duplicate constant - Fixed iOS silently dropping the KYCKYC Know Your Customer - the identity verification process for consumer identities. This process allows you to seamlessly and securely verify your user's identity. Weavr will ask users to submit the necessary information and documentation so that they can get approved by financial providers. failure event raised when no
UIViewControlleris available to present KYCKYC Know Your Customer - the identity verification process for consumer identities. This process allows you to seamlessly and securely verify your user's identity. Weavr will ask users to submit the necessary information and documentation so that they can get approved by financial providers.
Deprecated
- Marked
onKycCompleteFailedin the KYCKYC Know Your Customer - the identity verification process for consumer identities. This process allows you to seamlessly and securely verify your user's identity. Weavr will ask users to submit the necessary information and documentation so that they can get approved by financial providers. public interface deprecated in favor ofonKycFailure; still emitted natively alongside it, now aligned on a{ error, message }payload on both platforms, for backwards compatibility with direct listeners