uniplayer
uniplayer
  • 发布:2020-02-28 16:56
  • 更新:2020-04-13 22:22
  • 阅读:3500

ITMS-90809:不推荐使用的API-从2020年4月开始,Apple将停止接受使用UIWebView API的应用程序的提交。

分类:uni-app

ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs starting from April 2020
按照官方方法已经对manifest.json进行了修改,使用了plus-websocket组件,kernel: "WKWebview",也设置了,问题仍旧存在

  "plus": {  //uni-app项目对应节点名称为"app-plus"    
        "kernel": {    
            "ios": "WKWebview",    
            "recovery": "restart|reload|none"    
        },    
        // ...    
    }

2020-02-28 16:56 负责人:无 分享
已邀请:
DCloud_heavensoft

DCloud_heavensoft

uni-app如果你不手动改成UIwebview,它默认就是wkwebview的。
引擎里有uiwebview的代码调用,但是你应用并没有用uiwebview,不用管那个警告。

  • uniplayer (作者)

    现在不只是警告了,已经有截止时间了,之后将会被拒绝了。

    2020-02-29 12:17

  • 前端开发者福建

    有解决办法吗

    2020-03-06 16:48

  • DCloud_heavensoft

    回复 前端开发者福建: 2020年4月起App Store将不再接受使用UIWebView的新App,2020年12月起将不再接受使用UIWebView的App更新。HBuilderX在4月前会升级新版,允许彻底摘除UIWebview相关代码

    2020-03-06 17:33

s***@outlook.com

s***@outlook.com - 简单传递美好,

还有,编辑器不能用旧的……

DCloud_App_Array

DCloud_App_Array

uniplayer

uniplayer (作者)

警告越来越严重了,升级到最新的2.6.9了
好像支付宝的SDK里还有uiwebview
Dear Developer,
We identified one or more issues with a recent delivery for your app ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of new apps that use UIWebView APIs starting from April 2020. See https://developer.apple.com/documentation/uikit/uiwebview for more information.
After you’ve corrected the issues, you can upload a new binary to App Store Connect.
Best regards,
The App Store Team

chinahappybeer

chinahappybeer - china happy beer

我赶在3月28号提交了一个版本,在拒了六次后,在4月10号审核通过了

该问题目前已经被锁定, 无法添加新回复