I’ve mentioned a few resources to help in debugging the network based features of an app such as Nocilla which allows you to easily generate HTTP stub requests.
Here’s an open source library that is inspired by Ruby’s VCR library allowing you to record your http interactions and replay the session VCRUrlConnection.
VCRURLConnection swizzles NSURLConnection allowing you to automatically save the complete HTTP interactions to disk on a JSON file that you can easily edit so you can quickly create tests for specific situations with invalid/missing networking data, and then easily play your original or customized interactions through your app.
You can find VCRURLConnection on Github here.
A very nice tool for quickly testing different situations where downloaded data could be invalid or missing.
- Open Source iOS Library Providing Easier Audio Recording, Playback, And Visualization
- iOS Component For Easily Adding Audio Recording Into An App With An Animated Interface
- Open Source iOS Library Providing High Performance Background Audio Playback (Flac, Mp3, More)
- Open Source NSString Category Adding Many Ruby Inspired Helper Methods
- Full Featured iOS Helper Library For Working With Core Audio
Original article: Open Source iOS Library Inspired by Ruby’s VCR For Recording/Playback Of HTTP Interactions
©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.




