I have used the
[NSData dataWithContentsOfURL:url options:NSDataReadingUncached error:&error]
in my code on iOS 5 apps (using xcode 4.3)
Now I want to get data from the same URL but for ios 6 apps (using xcode 4.5) and it gives me the 256 error (read error (reason unknown))
Any ideas?