Hi all,
in the news post "Updating Apps that Use Web Views", Apple states that Apps have to switch over from using "UIWebView API" to using "WKWebView" in order to be accepted/updated in the AppStore after 2020.
https://developer.apple.com/news/?id=12232019b
Does anyone here have any information on how this relates to macOS Apps using the (also deprecated) WebView (not UIWebView) class of WebKit? The macOS framework is not mentioned at all in the post.
I contacted the (german) Apple Developer support, but after a few emails I am still not sure if they understood my question and if they are actually aware of said news post (to which I included a link in my mails)... The last response I got was:
"We currently have no information that Apps using the UIWebKit will be excluded from the App store."
Notice they write "UIWebKit"... I am not sure if they are not aware of the existence of the macOS class "WebView" or if it was just an innocent typo. In a way that response could even be seen as a direct contradiction to the original news post...
My App still uses the WebKit's WebView, as it relies on its DOM classes and the more powerful API to manipulate the DOM via Objective-C rather than only having access through the "execute java script" call. It would be great if someone here could clarify this issue or has some more information.
Thank you!