Caused
Before livenes starts, there will be an authorization phase, which is a network request, if the request fails, there will be an alert prompt, but this alert can be manually dismissed by the user, which will produce this situation on the page.
Solution :
1. Make sure you have good connection when doing liveness
2. Forced close the app and try again
3. Add the cancelable (false) into LivenessFragment.java file, this is the one where alert is shown when onDetectorInitComplete function gets failed response



Comments
0 comments