flutter_idensic_mobile_sdk_plugin 1.13.0
flutter_idensic_mobile_sdk_plugin: ^1.13.0 copied to clipboard
Flutter plugin exposing SumSub MobileSDK
⚠️ Changes marked in bold are possibly breaking. Please, pay special attention to them.
[1.13.0] - 02.10.2020 #
- Support for the brand new FaceScan3D module
[1.12.3] - 22.09.2020 #
- Upgrade to Kotlin 1.4(Android only)
- Minor bug fixes
[1.12.2] - 01.09.2020 #
- Support for Selfie with Document
- Validation for Phone, Email and Date of Birth has been added at the
APPLICANT_DATA
step - If needed, general moderation comment will be shown when the applicant is rejected
- Support for
<b>
and<i>
tags withinsns_step_*_prompt
strings - An omission of the numeric prefix when there is the only step on the initial Status Screen
- Drawing of the
submitted
state when the liveness result is uncertain, but the applicant is allowed to proceed - Strings added:
sns_step_SELFIE_photo_title
,sns_step_SELFIE_photo_brief
,sns_step_SELFIE_photo_details
,sns_liveness_check_submitted
- Some small bugs fixed
- A way to customize iOS part with the native means by an
IdensicMobileSDKCustomization
class that could be added into the iOS project:
import Foundation
import IdensicMobileSDK
class IdensicMobileSDKCustomization: NSObject {
@objc static func apply(_ sdk: SNSMobileSDK) {
sdk.theme.sns_StatusHeaderTitleColor = .red
}
}
[1.12.1] - 17.08.2020 #
dismiss()
method added to make SDK dismission easier- Extended error handling upon uploading fail
- Added an ability to pick from the gallery on the
PROOF_OF_RESIDENCE
step
Ensure please to have NSPhotoLibraryUsageDescription
string in the iOS application's Info.plist
file
plutil -insert "NSPhotoLibraryUsageDescription" -string "Let us pick a photo" ios/Runner/Info.plist
[1.12.0] - 31.07.2020 #
- Support for
APPLICANT_DATA
step - Ability to force locale with
withLocale
optional method
[1.11.0] - 07.07.2020 #
- applicant flows based initialization (
flowName
mandatory parameter added) - Translations are now managed from the dashboard
- Various security related improvements
[1.10.1] - 16.06.2020 #
- Initial release