Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does UIWebView store HTML5 offline files?

If I have some HTML5 offline content saved from a UIWebView in an iOS app, where does it get saved? Anywhere local that my app might have access to?

like image 228
jblocksom Avatar asked Nov 13 '22 21:11

jblocksom


1 Answers

I think in simulator you can find it in the /Library/Application Support/iPhone Simulator/6.0/Applications/..../Library/Caches/.../ApplicationCache.db

like image 200
Sukitha Udugamasooriya Avatar answered Nov 15 '22 12:11

Sukitha Udugamasooriya