I was just wondering how I can download a .webarchive from my UIWebView using ASIHTTPRequest. I’ve looked at their documentation but unfortunately, it doesn’t mention anything about saving web archives.
I noticed that this app saves .webarchives to the iOS device and loads them.
To quote http://en.wikipedia.org/wiki/Webarchive :
As jbat100 mentions, the ASIWebPageRequest code is likely to be a useful starting point – you’ll need to write code to do the saving of the files into the binary plist format yourself.