5

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?

jblocksom
  • 14,127
  • 5
  • 34
  • 30

2 Answers2

1

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

Sukitha Udugamasooriya
  • 2,268
  • 1
  • 35
  • 56
0

I use RNCachingURLProtocol to view my offline content.

Heath Borders
  • 30,998
  • 16
  • 147
  • 256