I had an application that worked perfectly on iOS6. The process is :
Login
Check/update the cache manifest
Read all the pages from the cache (in order to work offline, and it worked).
but since the iOS7 update, the cache manifest update itself correctly if needed, but it seems that no page is loaded from the cache...
Page index is redirecting to login each time (maybe because of the server request)
Offline mode does not working
I already try to change the name of the cache manifest to name it "cache.manifest"...
Please help me, i'm going to get crazy ! :)