httpdns-sdk-ios icon indicating copy to clipboard operation
httpdns-sdk-ios copied to clipboard

智营防劫持SDK

Results 14 httpdns-sdk-ios issues
Sort by recently updated
recently updated
newest added

手机模拟弱网情况,频繁进行前后台切换很容易崩溃 Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 libsystem_kernel.dylib 0x00000001db9cbe24 0x1db9c8000 + 15908 1 libdispatch.dylib 0x00000001af6bd098 0x1af6b9000 + 16536 2 libdispatch.dylib 0x00000001af6bd678 0x1af6b9000 + 18040 3 UnityFramework...

// 修改了请求的头部信息,同步/异步请求 newRequest = [[H5ContentURLProtocol convertToNewRequest:self.request isSynchronous:NO] mutableCopy]; - (void)startLoading 这个方法是要写在哪里的?有没该H5页面场景拦截的demo?

Installing BeaconBase_API (2.7.9) [!] Error installing BeaconBase_API [!] /usr/bin/curl -f -L -o /var/folders/47/v8pwgmc974n5vy_l7s7jm2w80000gn/T/d20200917-76413-1nqk665/file.zip https://raw.githubusercontent.com/httpdns/httpdns-ios-sdk/master/release/BeaconAPI_Base.framework.zip --create-dirs --netrc-optional --retry 2 % Total % Received % Xferd Average Speed Time Time Time Current...

通过`CNCopyCurrentNetworkInfo`方法获ssid信息,100%内存泄漏,而且是在重复获取,使用的是CF对象,看起来释放有问题,可以使用`__bridge_transfer`对象转移所有权试试。 ![image](https://user-images.githubusercontent.com/21276382/88619216-967f0000-d0cd-11ea-89e9-8cbe937cfca8.png)

demo添加的 -lstdc++是哪一个库

![image](https://user-images.githubusercontent.com/1926639/81468411-faea9b80-9211-11ea-9b08-448418a701a3.png) 发现app处于后台时,去调用域名异步解析接口:[MSDKDns WGGetHostByNameAsync: returnIps:] 有时候handler没有回调。有人碰到过吗

你们sdk给的数据返回,是gzip格式,能不能有更友好的返回? 不然还要手工解析。

可以留个你的联系方式吗?有事情请教!

在试用过程中捕捉到许多MSDKDnsHttpMessageTools的异常崩溃,崩溃大致如下: -[MSDKDnsHttpMessageTools stream:handleEvent:] + 272 -[MSDKDnsHttpMessageTools handleResponse] + 504 -[NSURL initWithString:relativeToURL:]: nil string parameter 不知道是我的使用方式不对,还是这个类本身的问题