Device Detail
iPhone XR
iOS 12.4.1
Integration
Through cocoapod
What am I doing?
let hvFaceConfig = HVFaceConfig()
hvFaceConfig.setShouldShowCameraSwitchButton(true)
hvFaceConfig.setShouldShowInstructionsPage(true)
HVFaceViewController.start(callingVC, hvFaceConfig: hvFaceConfig, completionHandler: completionHandler)
Expectation
Should show Instruction screen before Capture screen
What I'm getting
Directly open Face Capture screen
I also tried with Demo app in this repo with no luck