ios - 不推荐使用UIWebView API,Apple将停止接受使用UIWebView API的应用程序的提交

标签 ios uiwebview app-store

我当前在主题行中收到警告。

ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs


My Cocoapod version is --version

我的框架Bolts之一是使用UIWebview,因此我升级到Bolts-Swift,并在项目中也没有使用framework or Lib验证任何UIWebview
不过,我仍从APPLE ITMS-90809: Deprecated API Usage - Apple will stop accepting收到警告邮件

这是我的二手pods 的列表
def generic_pods
  pod 'Firebase/Core'
  pod 'Firebase/Auth'
  pod 'Firebase/Database'
  pod 'Firebase/Messaging'
  pod 'Firebase/RemoteConfig'
  pod 'Firebase'
  pod 'FBSDKLoginKit'
  pod 'GoogleSignIn'
  pod 'TwitterKit'
  pod 'SkyFloatingLabelTextField'
  pod 'Alamofire'
  pod 'IQKeyboardManagerSwift'
  pod 'Kingfisher'
  pod 'PullToRefresher'
  pod 'Parchment'
  pod 'SJSegmentedScrollView'
  pod 'ZXingObjC'
  pod 'EFInternetIndicator'
  pod 'GoogleMaps'
  pod 'GooglePlaces'
  pod 'NotificationBannerSwift'
  pod 'Fabric'
  pod 'Crashlytics'
  pod 'EasyTipView'
  pod 'FCAlertView'
  pod 'Popover'
  pod 'Bolts-Swift'
  pod 'Firebase/Analytics'
end

最佳答案

我从框架的UIWebview文件和其他文本文件中删除了.readme,实际上框架没有在使用UIWebview,但在文本文件中提到了UIWebview

我已经使用下面的命令在项目中找到使用了UIWebview的地方

  • open command line tools
  • grep -r UIWebView "/Path of your project ..."
  • 关于ios - 不推荐使用UIWebView API,Apple将停止接受使用UIWebView API的应用程序的提交,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59150706/

    相关文章:

    ios - 如何对多个选项卡使用相同的 [ Storyboard] View ,并根据所选选项卡更改一些小内容? (iOS)

    iphone - UIWebView动态html转模板

    iphone - 以 Facebook SSO 身份验证的用户身份加载 iPhone WebView ?

    android - 丢失 keystore 文件后重新使用 Play 商店中的应用程序 ID

    ios - Dateformatter 返回 nil 日期

    ios - Xcode 验证步骤作为临时分发的一部分

    app-store - App Store上的相同应用

    ios - 为什么我的应用程序只构建 arm64 slice?

    iOS7 JavaScriptCore框架兼容性

    ios - ITMS-90809 : Deprecated API Usage -- Apple will stop accepting submissions of apps that use UIWebView APIs