Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种方法来检查具体的 NSURLCredential 是否存储在我的应用程序中。我正在尝试从 NSURLCredentialStorage 获取它,但我没有找到实现它的方法。不知道有没有办法检查?
谢谢。
好的,最后,我找到了解决方案。您可以获取所有凭据[[NSURLCredentialStorage sharedCredentialStorage] allCredentials]并迭代此字典以找到您的凭据。
[[NSURLCredentialStorage sharedCredentialStorage] allCredentials]