gpt4 book ai didi

cocoa - 应如何处理 NSURLAuthenticationMethodXMobileMeAuthToken?

转载 作者:行者123 更新时间:2023-12-03 17:09:06 26 4
gpt4 key购买 nike

我们使用 NSURLSessionDataDelegate 并实现了以下委托(delegate)方法:

- (void) URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didReceiveChallenge:(NSURLAuthenticationChallenge *)challenge completionHandler:(void (^)(NSURLSessionAuthChallengeDisposition, NSURLCredential *))completionHandler { ... }

我们经常发现 iCloud 用户收到 NSURLAuthenticationMethodXMobileMeAuthToken 质询。发回拒绝不起作用(因为服务器不会尝试另一个挑战)并使用

发回接受

completionHandler(NSURLSessionAuthChallengeUseCredential, 凭证);

也不起作用。

我们应该如何处理这种身份验证质询类型?还有人看过吗?

最佳答案

对于您没有显式处理的任何保护空间,或者您不理解的任何凭证类型,您通常应该使用 NSURLSessionAuthChallengePerformDefaultHandling (凭证会被忽略,但通常会传递 nil) 告诉操作系统处理凭据,就好像您没有提供身份验证委托(delegate)方法一样。

关于cocoa - 应如何处理 NSURLAuthenticationMethodXMobileMeAuthToken?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53287653/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com