Skip to content
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

Fix - Back of Driving Licence scan issue #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lpapino-idpal
Copy link

We were having the following issue with the sample app:

When completing a submission on the latest Acuant sample app, the app gets stuck on "Getting Data" after scanning the back of a driving license.

Analyzing the network requests during a license driving capture shows the two sides uploaded and all network requests successful. When reaching the "Getting Data" alert, no further network request is observed.

Analyzing the code of the Sample App, the imageUploaded for the back of the driving license upload callback in MaintActivity.kt::1266 is called, but if no barcode scanning is expected, then no further action is performed by the SampleApp.

Forcing to perform the next action, an else statement, let the Sample App continue to the details screen with all info extracted correctly from the scanning.

Just posting here, maybe it can be helpful for others or could be fixed in the main repo.

Fix Back Driving License Issue
@lpapino-idpal lpapino-idpal changed the title Update MainActivity.kt Fix - Back of Driving Licence scan issue Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant