square / PonyDebugger

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

This is not issues . i just would like to share an easy ways to debugging network requests #199

Closed squarezw closed 6 years ago

squarezw commented 7 years ago

appscaffold.net

Online App network observer platform , integrated with CocoaPods. only one line code. could get monitor network data, Mock data tests.

implements by pure native codes with NSURLProtocol , only a few hock codes.

i wrote right here. because my inspiration is from here. the PonyDebugger is amazing. i just ref some codes a little bit.

feel free to give me any suggestion :) thanks a lot