之前 使用過 YTKNetwork, 感覺還不錯.后來在新項目上繼續(xù)使用,但發(fā)現(xiàn)網(wǎng)絡(luò)一直請求不了,后來發(fā)現(xiàn)之前使用的是AFNetworking版本是2.6,而對應(yīng)YTKNetwork版本是1.3.0,現(xiàn)在 pod 的是2.0.3版本.
然后我嘗試重新 pod->1.3.0版本之后就無問題了...... 幾經(jīng)辛苦但還是不知道如何成功使用2.0版本,請指教.
如果請求后有返回,但request.responseJSONObject為空時,需要設(shè)置:
[[YTKNetworkAgent sharedInstance]setValue:[NSSet setWithObjects:@"application/json", @"text/plain", @"text/javascript", @"text/json",@"text/html",@"text/css", nil] forKeyPath:@"_manager.responseSerializer.acceptableContentTypes"];