在AFNetworking中找不到具有指定主机名的服务器

我在我的应用程序中从ASIHTTPRequest切换出AFnetworking API,以解决连接错误问题。

但现在我在AFNetworking遇到了连接错误。 我该如何解决这个问题?

 Printing description of error: Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo=0x1553bab0 {NSErrorFailingURLStringKey=https://example.com/oauth/token, NSErrorFailingURLKey=https://example.com/oauth/token, NSLocalizedDescription=A server with the specified hostname could not be found., NSUnderlyingError=0x1553b2c0 "A server with the specified hostname could not be found."} (lldb) 

基本上这是服务器方面的问题。 当您的服务器没有响应或您的服务器处于睡眠模式时,会发生此错误。

我也多次提到同样的问题。 但是,在我的情况下,当我切换到另一个WiFi网络或开关ON / OFF WiFi时,它会自动解决。 请尝试,并告诉我们您的意见。

谢谢!

我知道这是一个旧线程,但我也遇到了这个问题。 重置设备为我解决了问题。 我相信它可能与DNS污染有关。 重置后我没有问题,所以我无法继续测试,但我已经读过打开飞机模式并再次关闭它也可以。