I have a file in my webserver and I am downloading that to my app everytime I access it because its possible that file content might be changed But If it is changed I w
I've encountered the same problem. I've discovered that it's because of cachePolicy. You need to set it as follows:
cachePolicy
request.cachePolicy = .ReloadIgnoringLocalAndRemoteCacheData
And you will be OK