Barry
Barry
经过反复测试及抓包,当文件较小时只有一个请求,这时没有任何问题。 当文件较大时会分段请求,只要是分段请求下来的文件都无法没有保存,是因为`NSData`的`offset`不正确。
Hello, I found iNDS not working good on iPhone X a few days ago. So I just 1. Support iNDS for iPhone X. 2. Hide tableView's separator line for beauty....
* **Platform**: iOS x86 Simulator * **OS Version**: 13.3 * **Issue Detail** class `HTTP` in AcceptSDK does not deallocate after `getTokenWithRequest` completed * **Steps to Reproduce** call `getTokenWithRequest` * **Reason**...
In this [line](https://github.com/AuthorizeNet/accept-sample-ios/blob/master/Pods/AuthorizeNetAccept/AcceptSDK/Network/AccepSDKtHttp.swift#L95), class `HTTP` has been set as URLSession's delegate, and URLSessionDelegate is a strong reference property, not weak reference. see more details in this [issue](https://github.com/AuthorizeNet/accept-sample-ios/issues/21)