No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    TMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs

    CLI
    1
    2
    143
    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.
    • D
      dan last edited by

      After installing cordova-plugin-wkwebview-engine and define in config.xml -
      <feature name=“CDVWKWebViewEngine”>
      <param name=“ios-package” value=“CDVWKWebViewEngine” />
      </feature>
      <preference name=“CordovaWebViewEngine” value=“CDVWKWebViewEngine” />
      I still get after submit the warning “TMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs”

      Please Help

      1 Reply Last reply Reply Quote 0
      • D
        dan last edited by

        I finally managed to solve the problem after reading:
        “Ensure you have a WKWebView plugin installed: either the official Apache one or Ionic’s. All Ionic starter apps automatically include cordova-plugin-ionic-webview.
        Add <preference name=“WKWebViewOnly” value=“true” /> to your config.xml file.
        Update each Cordova plugin to the latest version (these can trigger the warning too). Better yet – remove them if they are no longer needed!
        Run cordova prepare ios to apply the changes.”

        1 Reply Last reply Reply Quote 0
        • First post
          Last post