views:

649

answers:

0

I'd like to make use of appcache in my native application on the iPhone. Though Mobile Safari supports appcache it seems that the UIWebView that you can embed in an application does not.

I know with a bit of work, I could simulate some sort of appcache like functionality in my application, but this isn't good enough - I'd like access to the same appcache that Mobile Safari uses.

I'd be willing to use some of the Private Frameworks in the iPhone SDK, as getting this working is a much higher priority than being able to submit to the app store.

Thanks!