Our web app is being cached so aggressively in ios 6 app mode that the only file being requested from the web server every time is the cache manifest. We have changed a bunch of scripts and html, but the app never requests the new files. How can I fix this if nothing is requested from the web server? Is there a way that I can fix this in the cache manifest? Bear in mind that we are only using the cache manifest to cache images, fonts, etc and not the js itself. Any help would be much appreciated, I'm stumped!
Edit 1:
The content of the cache manifest has changed. I even put a guid in the cache manifest each time just to ensure that it is different. I've run charles and see that the page keeps requesting the manifest repeatedly, with 200 respone.. Seems to be something really weird going on with the ios 6 native app mode wrapper.