We are having a crash in an application that worked just fine in Catalina, as soon as we log in.
Please check
We already raised a feedback (Nº 7979873) but as we did not have any response and we are looking for any kind of workaround since we need to release a beta for this application soon.
This crash is still reproducible using Big Sur beta 4 (20A5343i)
In addition, we have observed that the problem looks to be with the line:
This completionHandler comes from
Could it be that in MAC OS 11, NSURLSession changed and is causing this crash?
Is a different way/workaround to handle this issue?
Thank you in advance.
Please check
We already raised a feedback (Nº 7979873) but as we did not have any response and we are looking for any kind of workaround since we need to release a beta for this application soon.
This crash is still reproducible using Big Sur beta 4 (20A5343i)
In addition, we have observed that the problem looks to be with the line:
Code Block completionHandler(NSURLSessionAuthChallengeCancelAuthenticationChallenge, *nil*);
This completionHandler comes from
Code Block (NSURLSessionDelegate) - (void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didReceiveChallenge:(NSURLAuthenticationChallenge *)challenge completionHandler:(void (^)(NSURLSessionAuthChallengeDisposition disposition, NSURLCredential *credential))completionHandler
Could it be that in MAC OS 11, NSURLSession changed and is causing this crash?
Is a different way/workaround to handle this issue?
Thank you in advance.