How to implement quadview in blink id IOS sdk similar like the one in blink id android sdk

42 Views Asked by At

How to implement quadview in blink id IOS sdk similar like the one in blink id android sdk? I have try to implement it in android version, just IOS sdk is lack of info on this to use the sdk.

Here is the example from android SDK.

Quadview android blink id

1

There are 1 best solutions below

1
MBriz On

While there is a way to add a rectangle by using LegacyDocumentVerificationOverlay, we've deprecated it and don't recommend using it. It's best practice to use the MBBlinkIdOverlay with the new MBBlinkIdSingleSideRecognizer and MBBlinkIdMultiSideRecognizer since it provides a better UX, more features, and live feedback messages for the users. We kindly suggest referring to the documentation to learn more about the MBBlinkIdOverlay.