In my application, I am loading JSON data using the NSURLConnection method, what looks like this:
NSURLConnection
NSURLRequest *request = [[NSURLRequest alloc]
The easiest solution to prevent request caching is to add a timestamp parameter with current time at the end:
http://example.com/api.json?my=args×tamp=2344992923