# Xamarin SDK Release Notes

### 2.0.1 (Dec 25th 2025)

* Fix `Invalid Bundle - The bundle contains disallowed nested bundles` when 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`, `IdBack` and `ProcessId`.
* `OnboardingConfiguration` replaced with `OnboardingSessionConfiguration`, which now has two additional fields `token` and `externalId`.
* `OnboardingFlowConfiguration` removed properties `FaceMatchParameters` and `IdScanCallback`. Added new properties `IdFrontScanParameters`, `IdBackScanParameters`, `IdFrontScanCallback`, `IdBackScanCallback` and `IdProcessCallback`.
* `OnboardingFlowConfiguration` method `AddIdScan` now has 3 optional callback parameters `idFrontScanCallback`, `idBackScanCallback` and `idProcessCallback`.
* `OnboardingFlowConfiguration` added methods `AddIdFrontScan`, `AddIdBackScan` and `AddProcessId`.
* `OnboardingFlowConfiguration` in method `AddFaceMatch`, parameter `faceMatchParams` is removed.
* `Init` method is taking one more optional parameter `disableJailbreak`, which disables specified checks for the iOS platform.
* `StartOnboarding` method is now taking 2 parameters `sessionConfig` and `flowConfig`.
* `SetOnboardingSession` and `CreateNewOnboardingSession` methods are replaced with `SetupOnboardingSession` method that accepts `sessionConfig` param of type `OnboardingSessionConfiguration`.
* `StartOnboardingSection` method `interviewId` parameter is removed.
* `VerifyFace` method `customerToken` parameter is removed, and the result is now `VerifyFaceResult` type instead of `SelfieScanResult`.
* `IdValidationResult` type is removed and 3 separate result types are introduced `IdFrontScanResult`, `IdBackScanResult` and `IdProcessResult`.
* `FaceMatchParams` type is removed.

Using iOS 5.37.0, Android 5.38.0 and .Net 9.0
