2.0.1 (Dec 25th 2025)
- Fix
Invalid Bundle - The bundle contains disallowed nested bundleswhen uploading .ipa to AppStore on iOS. - Removed Sentry binding project and added Sentry nuget package(v5.0.0) on Android.
2.0.0 (October 21st 2025)
- Added 3 new modules
IdFront,IdBackandProcessId. OnboardingConfigurationreplaced withOnboardingSessionConfiguration, which now has two additional fieldstokenandexternalId.OnboardingFlowConfigurationremoved propertiesFaceMatchParametersandIdScanCallback. Added new propertiesIdFrontScanParameters,IdBackScanParameters,IdFrontScanCallback,IdBackScanCallbackandIdProcessCallback.OnboardingFlowConfigurationmethodAddIdScannow has 3 optional callback parametersidFrontScanCallback,idBackScanCallbackandidProcessCallback.OnboardingFlowConfigurationadded methodsAddIdFrontScan,AddIdBackScanandAddProcessId.OnboardingFlowConfigurationin methodAddFaceMatch, parameterfaceMatchParamsis removed.Initmethod is taking one more optional parameterdisableJailbreak, which disables specified checks for the iOS platform.StartOnboardingmethod is now taking 2 parameterssessionConfigandflowConfig.SetOnboardingSessionandCreateNewOnboardingSessionmethods are replaced withSetupOnboardingSessionmethod that acceptssessionConfigparam of typeOnboardingSessionConfiguration.StartOnboardingSectionmethodinterviewIdparameter is removed.VerifyFacemethodcustomerTokenparameter is removed, and the result is nowVerifyFaceResulttype instead ofSelfieScanResult.IdValidationResulttype is removed and 3 separate result types are introducedIdFrontScanResult,IdBackScanResultandIdProcessResult.FaceMatchParamstype is removed.
Using iOS 5.37.0, Android 5.38.0 and .Net 9.0