how can I do manifest request with WKWebView
I was trying to use the new WebView in my app, but it seems that WKWebView can't work with NSURLCache , and Manifest request didn't work, no request was loaded and also nothing was stored. Everything seems to work better using WKWebView instead of UIWebView except for using NSURLCache and Manifest , so I wonder if there are some ways to solve this matter. P.S. I've tried Private API _setOfflineApplicationCacheIsEnabled: and it does work, but app using non-public API will be rejected by apple... I'm now out of ideas. Right now, WKWebView instances will ignore any of the default networking