错误提示:Error Domain=NSCocoaErrorDomain Code=3840 "The operation couldn’t be completed. (Cocoa error 3840.)" (JSON text did not start with array or object and option to allow fragments not set.) UserInfo=0x9152780 {NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.}
AFHTTPRequestOperationMan

这篇博客主要探讨了在使用AFNetworking进行iOS后台数据请求时遇到的1016和3840错误。1016错误通过设置`acceptableContentTypes`为`text/html`得以解决,而3840错误的解决方法包括设置`responseSerializer`为`AFHTTPResponseSerializer`和在解析JSON时启用`NSJSONReadingMutableLeaves`选项。博客中给出了具体的代码示例来展示如何处理这两种错误。
最低0.47元/天 解锁文章
5416

被折叠的 条评论
为什么被折叠?



