This repository offers a UI component for Amazon Rekognition Face Liveness, enabling developers to ensure that only authentic users, and not bad actors using spoofs, can access their services.
Issue #, if available:
Some customers are experiencing crashes with following log:
SIGABRT: *** -[AVCaptureSession startRunning] startRunning may not be called between calls to beginConfiguration and commitConfiguration
Description of changes:
Use .userInteractive priority for task queue for AVCaptureSession
[Not related to the fix] Update HostApp to consume local ancestor amplify-ui-swift-liveness repo
Check points: (check or cross out if not relevant)
[ ] Added new tests to cover change, if needed
[x] Build succeeds with all target using Swift Package Manager
[x] All unit tests pass
[ ] Security oriented best practices and standards are followed (e.g. using input sanitization, principle of least privilege, etc)
[ ] Documentation update for the change if required
[x] PR title conforms to conventional commit style
[ ] If breaking change, documentation/changelog update with migration instructions
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available: Some customers are experiencing crashes with following log:
SIGABRT: *** -[AVCaptureSession startRunning] startRunning may not be called between calls to beginConfiguration and commitConfiguration
Description of changes:
.userInteractive
priority for task queue forAVCaptureSession
HostApp
to consume local ancestoramplify-ui-swift-liveness
repoCheck points: (check or cross out if not relevant)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.