今天打包上架,提示这个,目前,已把项目中使用UIWebView的文件,都删除了,但是重新打包提审,还是提示这个,发现使用的一些第三方的.a文件中,使用了UIWebView ,请问各位大佬,有好办法解决吗,感谢
关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
已采纳
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.
收起
- 写回答
- 好问题 0 提建议
- 关注问题
微信扫一扫点击复制链接分享
- 邀请回答
- 编辑 收藏 删除 结题
- 收藏 举报
1条回答 默认 最新
- 关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
dabocaiqq 2020-05-09 11:48关注本回答被题主选为最佳回答 , 对您是否有帮助呢? 本回答被专家选为最佳回答 , 对您是否有帮助呢? 本回答被题主和专家选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏举报
微信扫一扫点击复制链接分享
评论按下Enter换行,Ctrl+Enter发表内容
报告相同问题?
提交
- 2020-03-26 15:00
ITMS-90809 Deprecated API Usage Apple will stop accepting submissions of new apps that use UIWebView
前端小白123的博客 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... - 2021-01-03 18:07ITMS-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. 但是项目...
- 2020-04-01 13:04绍棠的博客 从2020年4月开始,苹果将停止接受使用UIWebView API的应用,打包的时候会给一个这样的提示:ITMS-90809: Deprecated API Usage** - Apple will stop accepting submissions of new apps that use UIWebView APIs ...
- 2020-07-22 11:09IT界的卡卡西的博客 问题 2020年5月以来,上传到iTunes ...ITMS-90809: Deprecated API Usage – Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiw
- 2020-04-26 09:12奋斗吧灬青年的博客 ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . Seehttps://developer.apple.com/documentation/uikit/uiwebviewfor more information. 自从2020...
- 2020-05-10 08:40nyn_Dev的博客 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. 项目内...
- 2020-05-19 17:37古玩的博客 根据苹果应用商店的...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 i
- 2020-12-23 10:33逆袭的菜鸟X的博客 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. 2、修改...
- 2020-03-04 18:41longlongValue的博客 ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . 解决方案: Appstore审核反馈废弃UIWebview APIs问题的说明 说两个个我耗时比较久的...
- 2020-05-09 18:07kuangben2000的博客 Unity iOS 删除 UIWebView https://www.colabug.com/2020/0113/6839873/amp/ ...Unity iOS 删除 UIWebView ...ITMS-90809: Deprecated API Usage – Apple will stop accepting submissions of apps ...
- 2019-10-09 09:26MinggeQingchun的博客 ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See developer.apple.com/documentati… for more information. After you’ve corrected ...
- 2020-08-27 11:03神策数据的博客 - webViewDidFinishLoad: 方法即可,如下所示: UIWebView 对于 WKWebView 而言,查阅 Apple 的 WKWebView 相关 API 文档没有合适的代理方法去监听 H5 页面加载完成,不过发现了 loading 这个属性,说明如下: ...
- 2020-04-02 09:31椰子糖莫莫的博客 ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of new apps that use UIWebView APIs starting from April 2020. See ...
- 2020-04-21 18:25渡水寻彼岸的博客 Unity适配iPhoneX iOS 11+ Home键易误操作的问题 具体可以参考:https://blog.csdn.net/cordova/article/details/80547746
- 2019-12-11 14:51runtime666的博客 ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See developer.apple.com/documentati… for more information. fishhook 导致的Crash ...
- 2021-08-12 10:36神策技术社区的博客 /// 已经开始加载 H5- (void)webViewDidStartLoad:(UIWebView *)webView API_DEPRECATED("No longer supported.", ios(2.0, 12.0)); /// H5 页面加载完成- (void)webViewDidFinishLoad:(UIWebView *)webView API_...
- 2019-10-17 17:09苏小妖的博客 You can contact the developer of the library or SDK and request they release a version of their code that doesn’t contain the APIs. Learn more (developer.apple.com/documentati…). Best regards, ...
- 2019-10-16 19:24WScarlett的博客 文章目录一、 iOS 13 支持的机型二、 适配要求三、具体适配清单1、 Dark Mode2、Sign In with Apple3、模态弹出视图的显示问题4、不允许使用KVC进行对私有属性进行获取或者修改5、推送的 deviceToken 获取到的格式...
- 2019-09-20 16:38是然然吖的博客 iOS 13 适配 适配主要涉及的方面: UITextField 的私有属性 _placeholderLabel 被禁止访问了 控制器的 modalPresentationStyle 默认值变了 DarkMode 深色模式 ...######Sign in with Apple (...
- 没有解决我的问题, 去提问