Hey everyone,
I’m currently trying to upload the first build of my game, and I got this message from Apple Connect:
“ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.”
It means than it is only a matter of time before we’re unable to add web view anymore in our projects if they are purposed to be published to TestFlight / the App Store.
I was using one web view to run a little intro video, so does anyone has an idea about running it in another way ? Is there even another way to run it ?
Thanks in advance for your answers,
Cordially,
SmartGoat
Forum Archive
Deprecated UI functionnality
SmartGoat
Sep 19, 2019 - 06:37
cvp
Sep 19, 2019 - 07:40
@SmartGoat Did you try wkwebview of @mikael
SmartGoat
Sep 23, 2019 - 20:36
Not for now, gonna try it later. Thanks @cvp !
ruohola
Jun 28, 2020 - 16:43
Yeah this is a huge issue, the Xcode template is completely broken now since UIWebView API is not allowed at all anymore: https://forum.omz-software.com/topic/6474/python3-xcode-template-broken-because-of-deprecated-uiwebview. @cvp Can't really circumvent that with the WKWebView, since the usage happens in the Py3Kit binary file of the template.