omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Deprecated UI functionnality

    Pythonista
    3
    4
    2633
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • SmartGoat
      SmartGoat last edited by

      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

      cvp 1 Reply Last reply Reply Quote 0
      • cvp
        cvp @SmartGoat last edited by cvp

        @SmartGoat Did you try wkwebview of @mikael

        1 Reply Last reply Reply Quote 2
        • SmartGoat
          SmartGoat last edited by

          Not for now, gonna try it later. Thanks @cvp !

          1 Reply Last reply Reply Quote 1
          • ruohola
            ruohola last edited by ruohola

            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.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Powered by NodeBB Forums | Contributors