I use NSURLConnection to send request on server NSURLConnection increase cache memory and application crash due to low memory. I use this code for clearing Cache:
[[NSURLCache sharedURLCache] removeAllCachedResponses];
But in iOS 7 this code doesn't work any more. Does anyone have any idea how to clear cache memory ?