The following is the code block where the deadlock occurs
Post
Replies
Boosts
Views
Activity
[CLAPILoginManager shareInstance].isPasswordLogin = NO;
self.laContext = [[LAContext alloc] init];
NSError *authError = nil;
BOOL isCanEvaluatePolicy = [self.laContext canEvaluatePolicy:LAPolicyDeviceOwnerAuthenticationWithBiometrics error:&authError];
We are having the same issue. Up until now it was still happening quite a lot on iOS 16, but yesterday the crashes spiked 10 times when they started appearing on iOS 15.7 and will probably continue to rise substantially now that iOS 15.7 and iOS 16 are officially out