I have an external folder with html files and JS files. I have a problem to make my webView to work with updated version of this folder. I mean if I change JS file it doesn’t takes the updated version and works always with the old version. How do I prevent this “caching”? I’m running the application from Xcode and even after I exit Xcode and relaunch the application it works with old version.
Thanks for help
This code is supposed to disable caching on WebKit:
It helped me anyway