BCC Mobile Face iOS Releases


BCC Mobile Face iOS - 4.3.0

This release implements the new api standard, adds a screen to review the photo and another screen to show the instructions for the capture.

New Features

[NF-001] BCCFaceBuilder

Now, in BCC Face Api, the integrators can implement the capture process using the builder pattern, reducing the amount of code necessary to initialize a new capture, and making it easier to implement.

[HNF-002] Face Capture Manager

Now, the screens flow is managed by the class FaceCaptureManager. It control’s which screen should appear next.

Improvements

[HIP-001] Code refactors

Used swiftlint to maintain the code cleaner.


BCC Mobile Face iOS - 4.2.0

This release adds the voice instruction feature.

New Features

[NF-001] Voice Instruction Feature

Now, in BCC Face Api, users can hear the instructions while in liveness process.

An additional parameter was added (can be nil) in function getNewLivenessDetection(). This parameter is the speechSettings. The speechSettings configurations changes the parameters of the voice that speak the instructions.

[NF-002] Localization improvements and support for Spanish

  • Reviewed message and feedbacks for english (en-US) and portuguese (pt-BR)

  • Support for Mexican Spanish es-MX;

    • Text & speech;

An additional parameter was also added in function getNewLivenessDetection(). This parameter is language. The language parameter is a Enum that forces a Localization for BCC Face. Supports this languages: pt-BR, en-US and en-MX.

[NF-003] New Design

Updated all the design, according to the one made by the Z1 Design Agency.

Improvements

[IP-001] Null orientation crash

Sometimes, BCC Face was crashing, because couldn’t get the device orientation.

[HIP-001] Code refactors

Some code refactors on liveness instructions state machine, now it is more fluid.

[HIP-002] Updated dependencies

[HIP-003] Help Action

The feature of help action was removed due to logic incompatibility with voice instruction.

[HIP-004] Photo Count

The feature of photo count was removed due to was not implemented in Android project.

Bug Fixes

[BF-001] Language bundle

Reset bundle before changing path to new language