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

时间:2019-12-03 05:32:54

标签: ios uiwebview app-store

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

  

ITMS-90809:不赞成使用API​​-Apple将停止接受   使用UIWebView API的应用程序提交

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

1 个答案:

答案 0 :(得分:0)

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

我已经使用以下命令在项目中找到UIWebview的使用位置

  1. open command line tools
  2. grep -r UIWebView "/Path of your project ..."