Apple is refusing my app because it’s using UIWebView, but I’m pretty sure I’m using WKWebView, I checked it with this code
if (window.webkit) {
//WKWebView
}
and this
if (window.indexedDB) {
//WKWebView
}
Am I doing something wrong? Any suggestion?
Thanks
2 posts - 2 participants