I have a web view that loads a url on request. However, when this web view reloads the same url, the content does not get updated, but remains as it was after it was first loaded. I’m assuming this is due to automatic caching? Deleting the apps documents and data allows the webview to be refreshed, but then the issue occurs again.
Share
Try setting NSURLRequest’s cachePolicy to NSURLRequestReloadIgnoringLocalAndRemoteCacheData.