square / PonyDebugger

Remote network and data debugging for your native iOS app using Chrome Developer Tools
Other
5.86k stars 595 forks source link

Experimental NSURLSession support #118

Closed viteinfinite closed 10 years ago

viteinfinite commented 10 years ago

This PR adds experimental NSURLSession support. The sample app has been entirely modified in order to accomodate two new use cases: NSURLSessionDataTask and NSURLSessionDownloadTask. As agreed, I also removed the AFNetworking reference.

wlue commented 10 years ago

I did some testing, and found this to be fairly stable, and the code looks good, so LGTM! Thanks so much for the contribution! I'll make a tagged release shortly after some small modifications and changes to the README.