Netfox: A lightweight, one line setup, iOS network debugging library
1–6 of 6 posts
Re: Netfox: A lightweight, one line setup, iOS network debugging library
#2What is the difference between Netfox and other debugging library extension for AFNetworking?
Re: Netfox: A lightweight, one line setup, iOS network debugging library
#3What is the difference between Netfox and other debugging library extension for AFNetworking?
You can check your logs within the app and not only in the console. Also it's universal which means that you can view also all the other requests that performed without AFNetworking
Re: Netfox: A lightweight, one line setup, iOS network debugging library
#4This is really great, got it all set up with Alamofire in a few minutes and already it's been helpful in identifying some slow network requests!
Re: Netfox: A lightweight, one line setup, iOS network debugging library
#5Why not just proxy your app through CharlesProxy?
Re: Netfox: A lightweight, one line setup, iOS network debugging library
#6Why not just proxy your app through CharlesProxy?
With this library you don't need a Mac. You can simply check all requests in your app! It's very easy and handy ;)