App Store Connect
Dear Developer,
We identifled one or more issues with a recent delivery for your app, "惠农源" 0.0.18 (0.0.1). Please
correct the following issues, then upload again.
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead,
use wKWebView for improved security and reliability. Leam more (https lldeveloper apple.
com/documentation/uikit/uiwebview).
Best regards,
The App Store Team
解决办法
config.xml添加
<preference name="useWKWebView" value="true" />
openWin添加 useWKWebView: true
api.openWin({
name: 'detail',
url: 'widget://html/share/detail.html',
delay: 0,
slidBackType: 'edge',
bounces: false,
useWKWebView: true,
vScrollBarEnabled: false,
pageParam: {
name: e
}
})
然后重新提交,发现仍然返回一样的问题,use UIWebView are no longer accepted 将插件一一删除排查之后发现是插件的问题
我的app是wx插件的问题
将wx插件改为wxPlus
2021年01月08日apicloud上架苹果商店搞定