项目是17年创建的,现在用的是和builderx 2.6.8.20200330 离线打包,上传appstore 被拒,ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview). ,检查sdk,提示还有webview
如图
- 发布:2020-05-14 18:45
- 更新:2020-05-15 10:48
- 阅读:2169
你是离线打包的话 就下载最新的离线打包sdk 重新打包
-
s***@eyingchina.com (作者)
回复 CLP: 你好,我看提供的demo中webapp用的是这个方法:
pAppHandle = [[[PDRCore Instance] appManager] openAppWithAppid:@"HelloH5" withArgs:pArgus withDelegate:nil];
pAppHandle.workRootPath = @"传自己的沙盒路径试试";
之前的这个方法不能用了吗?:
pAppHandle = [[[PDRCore Instance] appManager] openAppAtLocation:pWWWPath withIndexPath:@"src/projectBoard/projectBoardList.html" withArgs:@"" withDelegate:nil];
用下面这个方法 进去白屏,plusready都不进去2020-05-18 15:51
-
回复 s***@eyingchina.com: 原先的webview和widget集成方式不支持了,你的需求用uni小程序sdk应该可以, https://nativesupport.dcloud.net.cn/README
2020-05-18 15:55
-
s***@eyingchina.com (作者)
回复 CLP: 你好,我们现在就是用老的sdk,上不了appstore,如果用uni小程序sdk,成本太大了,所有东西都要重写,有没有什么办法能让老sdk同过审核的
2020-05-18 16:08
-
s***@eyingchina.com (作者)
回复 CLP: 你好,是5+项目,内核在manifest.json 设置{"kernel":{"ios": "WKWebview"},升级sdk后,白屏,不进入plusready
2020-05-18 17:07
-
s***@eyingchina.com (作者)
回复 CLP: 你好,使用了2.6.15的sdk,库,bundle,inc,还是白屏, 使用 pAppHandle = [[[PDRCore Instance] appManager] openAppWithAppid:@"H5DA27D9D" withArgs:@"" withDelegate:nil]; 也是白屏,是不是缺少什么东西,或者是哪配置错了
2020-05-19 09:48
-
回复 s***@eyingchina.com: 删除app,重新跑一下试试,你下载的离线包里的widget集成方式的 demo,跑5+项目能跑起来吗? 你把你的5+项目放到那个demo里去试试
2020-05-19 11:29