flutter_idensic_mobile_sdk_plugin 1.13.1
flutter_idensic_mobile_sdk_plugin: ^1.13.1 copied to clipboard
Flutter plugin exposing SumSub MobileSDK
⚠️ Changes marked in bold are possibly breaking. Please, pay special attention to them.
1.13.1 22.10.2020 #
- Support for Face authentication applicant action.
When an action is completed the status will be set to
ActionCompletedand the result stucture would contain theactionResultfield that describes the outcome of the last invocation. An empty value ofactionResult.answermeans that the action was cancelled.
SNSMobileSDKResult(
success: false,
status: SNSMobileSDKStatus.ActionCompleted,
actionResult: SNSMobileSDKActionResult(
actionId: "{actionId}",
answer: SNSMobileSDKAnswerType.Green
)
)
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_DATAstep - If needed, general moderation comment will be shown when the applicant is rejected
- Support for
<b>and<i>tags withinsns_step_*_promptstrings - An omission of the numeric prefix when there is the only step on the initial Status Screen
- Drawing of the
submittedstate 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
IdensicMobileSDKCustomizationclass 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_RESIDENCEstep
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_DATAstep - Ability to force locale with
withLocaleoptional method
1.11.0 07.07.2020 #
- applicant flows based initialization (
flowNamemandatory parameter added) - Translations are now managed from the dashboard
- Various security related improvements
1.10.1 16.06.2020 #
- Initial release