我在将应用程序上载到AppStore时遇到问题。苹果公司说我正在使用不推荐使用的API UIWebView
。但是我检查了整个项目,没有UIWebView
。有没有人遇到这个错误?谢谢。这是苹果的消息:
ITMS-90809:不赞成使用API-Apple将停止接受 使用UIWebView API的应用程序的提交。看到 https://developer.apple.com/documentation/uikit/uiwebview了解更多 信息。
解决问题之后,可以将新的二进制文件上传到App Store Connect。
这是我的豆荚:
pod 'Alamofire', '<= 4.8.0'
pod 'AlamofireObjectMapper', '<= 5.2.0'
pod 'SDWebImage', '<= 4.4.3'
pod 'ReachabilitySwift', '<= 4.3.0'
pod 'RealmSwift'
pod 'ValidationComponents', '~> 0.3.0'
pod 'Willow', '<= 5.1.0'
pod 'CountryPickerView', '<= 2.2.0'
pod 'PhoneNumberKit', '~> 2.6'
pod 'IQKeyboardManagerSwift'
pod 'SwiftKeychainWrapper', '<= 3.0.1'
pod 'Toast-Swift', '<= 4.0.1'
pod 'MBProgressHUD', '~> 1.1.0'
pod 'Mixpanel-swift', '~> 2.6.2'
pod 'ServiceSDK/Chat', '<= 218.0.0'
pod 'OneSignal', '>= 2.6.2', '<= 2.9.5'
pod 'DeviceKit'
pod 'SwiftLint', '<= 0.30.1'
pod 'AppCenter', '~> 2.0.1'