美文网首页
Error Domain=com.alamofire.error

Error Domain=com.alamofire.error

作者: yhj0129 | 来源:发表于2016-07-27 09:55 被阅读0次

使用AFNetworking时遇到这情况

解决方法:

在AFNetworking的源文件AFURLResponseSerialization.m中修改代码就能解决:

修改文件223行处

self.acceptableContentTypes = [NSSet setWithObjects:@"application/json", @"text/json", @"text/javascript", nil];

self.acceptableContentTypes = [NSSet setWithObjects:@"application/json", @"text/json", @"text/javascript",@"text/html", nil];

相关文章

网友评论

      本文标题:Error Domain=com.alamofire.error

      本文链接:https://www.haomeiwen.com/subject/xfdojttx.html