NetworkEye
NetworkEye copied to clipboard
a iOS network debug library, monitor HTTP requests
response json 也是空白
这种方案会导致kept-alive为NO,对网络速度是有影响的,有没有解决方案
iOS14上,抓取界面没有responseJSON 数据 map 界面空白无数据 
*** Terminating app due to uncaught exception 'NSGenericException', reason: 'UISearchDisplayController is no longer supported when linking against this version of iOS. Please migrate your application to UISearchController.'
流量的获取是用的NSURLResponse的 expectedContentLength,但这应该只是在网络正常情况下,请求完全走通后的一个数据,并不能代表实际真实产生的流量吧,请问这个需要怎么获取网络不好,请求走到一半就断了的情况?
之前遇到debug的时候webview授权请求失败,然后接着是SDwebimage的加载图片失败,有点坑,真心没想到是这个库的问题!困惑了2天的问题终于搞定了!
NetworkEye框架会在iOS10以下截获微博网页授权登录信息,导致授权不成功