Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions UIWebView - WebView not deployable to apple AppStore iOS
Forum Updated to NodeBB v4.3 + New Features

ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions UIWebView - WebView not deployable to apple AppStore iOS

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 3 Posters 414 Views 2 Watching
  • 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.
  • N Offline
    N Offline
    Nando
    wrote on last edited by Nando
    #1

    Hi,
    i just got my app rejected by apple because i use WebView.

    Any news about this? Can not deploy WebView app to iOS AppStore.

    .pro file:

    QT += ... webview
    

    Usage:

    import QtWebView 1.12
    Item {
        ...
    
        WebView {
            id: webView
    
            anchors.fill: parent
        }
    }
    

    Apple rejected iOS deployment:

    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.
    

    Is there a way to display web content on iOS without getting rejected from AppStore?

    Greetings
    Nando

    J.HilkJ 1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      That's a question you should rather bring to the interest mailing list. You'll find there Qt developers/maintainers. This forum is more user oriented.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • N Nando

        Hi,
        i just got my app rejected by apple because i use WebView.

        Any news about this? Can not deploy WebView app to iOS AppStore.

        .pro file:

        QT += ... webview
        

        Usage:

        import QtWebView 1.12
        Item {
            ...
        
            WebView {
                id: webView
        
                anchors.fill: parent
            }
        }
        

        Apple rejected iOS deployment:

        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.
        

        Is there a way to display web content on iOS without getting rejected from AppStore?

        Greetings
        Nando

        J.HilkJ Offline
        J.HilkJ Offline
        J.Hilk
        Moderators
        wrote on last edited by
        #3

        @Nando As far as I know, Apple recently marked a couple of API's as private. and Qt's WebView is using some of those.
        A rather random move from Apple, but it happens. AFAIK no workaround as of jet, but as @SGaist said, bring this the the mailing list, there people should be able to help/inform you more


        Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


        Q: What's that?
        A: It's blue light.
        Q: What does it do?
        A: It turns blue.

        1 Reply Last reply
        1

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved