AFHTTPRequestOperationManager always give the cache response by default or otherwise.
Does anybody know How to solve the issue?
You can use:
[[[AFHTTPRequestOperationManager manager] requestSerializer] setCachePolicy:NSURLRequestReloadIgnoringLocalCacheData];
Just try this. [manager.requestSerializer setCachePolicy:NSURLRequestReloadIgnoringLocalCacheData];