2024-02-01
Mobile SDK [2.0.0]
Added
- [Android, iOS] Callback onStateChanged(captureState: MBCaptureState) that is called when the capture session transitions between states.
Changed
- [Android, iOS, React Native] Delegates/Listeners for callbacks and events have been separated in multiple interfaces and protocols. See upgrade guide for more details
Fixed
- [IOS] Logging statements are only shown when "isDebugging" is enabled in the options.
2024-01-12
Mobile SDK [2.0.0-beta.19]
Fixed
- [React Native] Fixed compatibility with React Native 0.73
2023-12-21
Mobile SDK [2.0.0-beta.18]
Fixed
- [iOS] Missing CFBundleShortVersionString from framework
2023-12-20
Mobile SDK [2.0.0-beta.17]
Added
- [Android, iOS, React Native] Added option in MBCaptureSessionOptions to enable payload optimization decrease the size of payload data.
Changed
- [Android, iOS, React Native] Improved performance of capture session.
- [Android, iOS, React Native] Default value for count down before automatic capture starts is set to 1 second.
- [Android] MBCaptureSessionResult uses ByteArray instead of Bitmap to hold image data compressed using JPG.
- [Android] Using target SDK version 34
Fixed
- [Android] MBCaptureSessionListener.onFailure is executed when person removes their face from a valid position after the capture process has started.
2023-12-06
Mobile SDK [2.0.0-beta.16]
Fixed
- [React Native] Camera is not stopped when MBCaptureSessionView is removed from screen
2023-11-29
Mobile SDK [2.0.0-beta.15]
Fixed
Added
- [React Native] The preview scale type can be set through options for native module
- [React Native] Custom text can be provided to show the status of the face
- [React Native] UI components can be enabled or disabled
2023-11-22
Mobile SDK [2.0.0-beta.14]
Fixed
- [iOS] Capture process does not restart when face is moved out of the region of interest after capture process has started
Added
- [React Native] The preview scale type can be set through options for native component
2023-11-06
Mobile SDK [2.0.0-beta.13]
Added
- [React Native] Native Component in React Native that can be used to customize the user experience
2023-10-24
Mobile SDK [2.0.0-beta.12]
Fixed
- [React Native] Capture process should restart when face is removed from the region of interest
2023-10-19
Mobile SDK [2.0.0-beta.11]
Added
[iOS] Add callback that can be used to listen for progress event during capture process
[Android] Add callback that can be used to listen for progress event during capture process
Fixed
- [React Native] The Native Module should restart the capture process when face is removed from the region of interest
2023-09-14
Mobile SDK [2.0.0-beta.10]
Fixed
[Android] The Native Module should restart the capture process when face is removed from the region of interest
[Android] Change default value of camera resolution to 1280x720
2023-09-05
Mobile SDK [2.0.0-beta.9]
2023-06-20
Mobile SDK [2.0.0-beta.8]
Fixed
- [iOS] Issue with capture process restarting automatically when coming back to the camera preview.
2023-06-06
Mobile SDK [2.0.0-beta.6]
Added
- [Android] Possibility to set camera preview scale type in MBCaptureSessionOptions API Reference
2023-05-19
Mobile SDK [2.0.0-beta.5]
Added
- [iOS] Possibility to set camera preview scale type in MBCaptureSessionOptions API Reference
Fixed
- [iOS] MBCaptureSessionView resizes to layer bounds when initialized
2023-05-16
Mobile SDK [2.0.0-beta.4]
Added
- [Android] Function to serialize data from MBCaptureSessionResult to BiometricRequest protocol buffer definition. API Reference
- [iOS] Function to serialize data from MBCaptureSessionResult to BiometricRequest protocol buffer definition. API Reference