You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically, the _encodeDateHeader method in SigV4Signer+PayloadSigning.swift, which is responsible for encoding the date header, is encountering unexpected crashes.
Steps To Reproduce
Based on our log analysis, we've identified an exception that hasn't been able to be replicated in a controlled environment. We've narrowed down the potential cause to the execution of the following code snippet.
let vc =UIHostingController(rootView:FaceLivenessDetectorSubView(sessionId: sessionid))
vc.modalPresentationStyle =.fullScreen
self.present(vc, animated:true)
Expected behavior
I expect to address this issue by releasing a new version with the necessary fixes.
Describe the bug
Specifically, the _encodeDateHeader method in SigV4Signer+PayloadSigning.swift, which is responsible for encoding the date header, is encountering unexpected crashes.
Steps To Reproduce
Expected behavior
I expect to address this issue by releasing a new version with the necessary fixes.
Swift Liveness Version
1.3.3
Xcode version
Xcode 15.4(15F31d)
Relevant log output
Is this a regression?
Yes
Regression additional context
No response
OS Version
IOS 18.1.1/ IOS16.7.10
Device
iPhone 13/ iPhone 8
Specific to simulators
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: