Newstrong's 博客

Kratos
专注于用户阅读体验的响应式博客主题
  1. 首页
  2. 未分类
  3. 正文

ITMS-90809: Deprecated API Usage

2020年5月22日 2点热度 0人点赞

解决ITMS-90809: Deprecated API Usage UiWebView 审核不通过

苹果审核时提示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.

解决方案:查找代码中哪些代码或者二进制库使用了UiWebView,然后进行修改或者版本升级

方法一:

切换到项目根目录

grep -r UiWebView .

方法二:

切换到项目根目录

find . -type f | grep -e ".a" -e ".framework" | xargs grep -s UIWebView

方法二输出如下:

find . -type f | grep -e ".a" -e ".framework" | xargs grep -s UIWebView                                                        2 ↵
Binary file ./Pods/Crashlytics/iOS/Crashlytics.framework/Crashlytics matches
Binary file ./Pods/IronSourceVungleAdapter/ISVungleAdapter/ISVungleAdapter.framework/ISVungleAdapter matches
Binary file ./Pods/IronSourceAdColonyAdapter/ISAdColonyAdapter/ISAdColonyAdapter.framework/ISAdColonyAdapter matches
Binary file ./Pods/IronSourceTapjoyAdapter/ISTapjoyAdapter/ISTapjoyAdapter.framework/ISTapjoyAdapter matches
Binary file ./Pods/Fabric/upload-symbols matches
Binary file ./Pods/IronSourceSDK/IronSource/IronSource.framework/Versions/A/IronSource matches

理论上上述两种方法都能在代码中找到对应使用了UiWebView的库,但是第一种方法,以前可以使用,最近好像不好使了。在此记录下。

标签: 暂无
最后更新:2020年5月22日

newstrong

这个人很懒,什么都没留下

点赞
< 上一篇
下一篇 >

归档

  • 2026 年 7 月
  • 2026 年 1 月
  • 2025 年 3 月
  • 2024 年 10 月
  • 2024 年 9 月
  • 2024 年 8 月
  • 2022 年 2 月
  • 2021 年 4 月
  • 2020 年 7 月
  • 2020 年 6 月
  • 2020 年 5 月
  • 2017 年 4 月

分类

  • Android
  • git
  • 性能优化
  • 未分类

COPYRIGHT © 2026 Newstrong's 博客. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang

蜀ICP备2024057367