最近几天打了好几次IOS 包, 每次都提示交付成功, 但希望在下次交付正确以下问题:
ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.
起初我们把涉及到website 的地方给注释掉了 , 结果还是被通知有问题, 然后又查了官方提供的处理方法 , 在 manifest.json 中加入
"plus" : {
/ iOS平台Webview窗口默认使用的内核 /
"kernel" : {
"ios" : "WKWebview"
}
}
包括 在 app-plus 中也加入了 kernel , 结果还是被通知有问题 .
最后通过查找资料得知, 我们APP 中使用的 极光IM 用的的微信小程序的sdk , 可能是这个原因造成不通过审核 , 我们又把 代码里所有涉及到 极光的内容都给注掉, 提包只后还是被通知上面的问题 . . .
纠结...
求那位大神指点下 , 遇到此类问题我们该如何处理 , 不胜感激!
PS: 在最新一次打包的时候, 我们全局搜索了weibsite , 把能找到的地方都给注释掉了
另外编辑器从之前的 HBuilder Alpha 2.4.4 换到 正式版 HBuilder 2.4.2 , 提包之后结果都是一样的
5 个回复
码农石头
楼主有找到问题在哪吗?
uniplayer
遇到一样的问题,没有解决
可乐A
https://ask.dcloud.net.cn/article/36348
DCloud_App_Array
HBuilderX2.6.6+版本已经移除UIWebview相关代码,请更新HBuilderX重新提交云端打包。
参考:https://ask.dcloud.net.cn/article/36348
hida
最新的离线打包工程 怎么还有 UIWebview的api
2020-03-25 09:41
hida
这些库里面都含有:
Binary file ./Libs/liblibWeex.a matches
Binary file ./Libs/liblibPDRCore.a matches
Binary file ./Libs/libTCWeiboSDK.a matches
Binary file ./Libs/libSinaShare.a matches
Binary file ./Libs/libQHOauth.a matches
Binary file ./Libs/QHADSDK.framework/QHADSDK matches
Binary file ./Libs/liblibPGInvocation.a matches
Binary file ./Libs/GoogleMobileAds.framework/GoogleMobileAds matches
./Libs/qucFrameWorkAll.framework/Versions/A/Headers/QUCIframeViewController.h:@interface QUCIframeViewController : QUCBasicViewController<UIWebViewDelegate>
./Libs/qucFrameWorkAll.framework/Versions/A/Headers/QUCIframeView.h:@property (nonatomic,strong) UIWebView webView;
Binary file ./Libs/qucFrameWorkAll.framework/Versions/A/qucFrameWorkAll matches
./Libs/qucFrameWorkAll.framework/Versions/Current/Headers/QUCIframeViewController.h:@interface QUCIframeViewController : QUCBasicViewController<UIWebViewDelegate>
./Libs/qucFrameWorkAll.framework/Versions/Current/Headers/QUCIframeView.h:@property (nonatomic,strong) UIWebView webView;
Binary file ./Libs/qucFrameWorkAll.framework/Versions/Current/qucFrameWorkAll matches
./Libs/qucFrameWorkAll.framework/Headers/QUCIframeViewController.h:@interface QUCIframeViewController : QUCBasicViewController<UIWebViewDelegate>
./Libs/qucFrameWorkAll.framework/Headers/QUCIframeView.h:@property (nonatomic,strong) UIWebView webView;
Binary file ./Libs/qucFrameWorkAll.framework/qucFrameWorkAll matches
Binary file ./Libs/libWeChatSDK_pay.a matches
Binary file ./Libs/MiPassport.framework/MiPassport matches
./Libs/MiPassport.framework/Headers/MPAuthorizeDialog.h:@interface MPAuthorizeDialog : UIView <UIWebViewDelegate>
./Libs/MiPassport.framework/Headers/MPAuthorizeDialog.h: UIWebView webView;
Binary file ./Libs/libWeChatSDK.a matches
Binary file ./Libs/TBWXDevTool.framework/TBWXDevTool matches
Binary file ./Libs/AlipaySDK.framework/AlipaySDK matches
2020-03-25 09:43
可乐A
回复 hida: 用alpha版
2020-03-25 11:14
Mr康 - 90青年
请问解决了吗
uniplayer
新版本就解决了
2020-10-23 15:21
Mr康
回复 uniplayer: 好的 谢谢
2020-10-26 09:26