美文网首页
苹果禁用UIWebView

苹果禁用UIWebView

作者: 曾经我 | 来源:发表于2020-04-29 15:38 被阅读0次

    最近苹果不允许使用UIWebView了,我们要紧跟苹果爸爸的步伐,哪里不对改哪里
    App Store Connect
    Dear Developer,
    ITMS-90809: Deprecated API Usage - Apple will no longer accept submissions of new apps that use UIWebView as of April 30, 2020 and app updates that use UIWebView as of December 2020. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).
    After you’ve corrected the issues, you can upload a new binary to App Store Connect.
    Best regards,
    The App Store Team

    把项目的UIWebView换成WKWebView。
    第三方升级为最新版,应该就可以了

    相关文章

      网友评论

          本文标题:苹果禁用UIWebView

          本文链接:https://www.haomeiwen.com/subject/nefnwhtx.html