Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set
其實,這是由于服務器返回的數據不是json或xml導致AFN無法解析報錯.
解決辦法:
manager.responseSerializer = [AFHTTPResponseSerializer serializer]
AFN提供了三種解析響應信息的方式腾誉,分別是:
- AFJSONResponseSerializer JSON解析器 (默認模式)
- AFXMLParserResponseSerializer XML解析器
- AFHTTPResponseSerializer 二進制響應數據