-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to detect if front and back side match in iOS #139
Comments
Hi @jrsenthilk Can you please tell me which overlay are you using in the scanning process? The data-match option for iOS is only available with the BlinkID Overlay. When set to Documentation: Let me know if you have any additional questions. Milan |
Hi Milan, Yes we are using the BlinkID overlay. This is how we are initializing it in our code: var blinkidOverlaySettings = new cordova.plugins.BlinkID.DocumentVerificationOverlaySettings() and yes, requireDocumentSidesDataMatch is set to true as well. Any other items that we need to check further ? |
Just a quick check, we also tried the official BlinkID app from App Store and it doesn't detect the 'sides does not match" part. Is that feature not turned on in your official app in the app store? |
Hi @jrsenthilk From the sent code line, I can see that you are using the Document Verification Overlay. Example: You can find the code example here as well: Also, just to double-check, are you referring to the Microblink Vision, or BlinkID application from the App Store? Regards, |
Hi,
I have been using BlinkID and we have been testing it in Android and iOS. We configured it to use "MBBlinkIdCombinedRecognizer" and based on your documentation, BlinkID should be able to detect if the front and back side match automatically and throw an error message to the user if it doesn't match.
It works perfectly well in Android but it fails to do so in iOS. We are testing using MyKAD (Malaysia) and your documentation does say that this ID is supported. Despite trying with multiple different MyKAD, the result is still the same whereby it detects in Android but not in iOS. We are using BlinkID 5.8.1 anyway.
Is there a different parameter we need to check for this in iOS ? Doesn't it check automatically in iOS like how it does in Android ?
Hope to get a good reply soon.
Thanks in advance.
The text was updated successfully, but these errors were encountered: