Have built an app (production) in Sencha command 2B3, from Sencha Touch 2.011.
I solved the problems with iOS6 regarding AJAX cahing with adding new Date.getTime().
Now its seems there's a problem updating a production app when it runs in "home-screen" mode.
- When the app runs in safari update is triggered.
- When the app runs in home screen mode nothing happens.
I've applied Jackys fix:
http://www.sencha.com/forum/showthread.php?194928-Can-t-update-a-production-build
I've checked the HTTP log and confirmed that no requests are made for the app.js file after app.json has been loaded.
I'm 99% sure that this procedure worked before iOS6 update. Though, the request for app.js is made via GET and shouldn't be concerned by the caching issue. Or should it?
Thanks /E