ITMS-90809: Deprecated API Usage -- Apple will stop accepting submissions of apps that use UIWebView APIs(ITMS-90809:已弃用的 API 使用——Apple 将停止接受使用 UIWebView API 的应用提交)
问题描述
昨天,我将我的应用程序上传到了 TestFlight,过了一会儿,Apple 向我发送了这个警告:
Yesterday, I uploaded my App to TestFlight and after a while Apple sent me this warning:
ITMS-90809:已弃用的 API 使用 - Apple 将停止接受使用 UIWebView API 的应用提交.有关详细信息,请参阅 https://developer.apple.com/documentation/uikit/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.
问题是我没有在我的应用程序中使用 UIWebView,所以我尝试更新我的 pod,但还是一样.顺便说一句,这是我在 TestFlight 上的第三次构建,这是苹果第一次向我发送这个.有什么想法吗?
The thing is that I don't use UIWebView in my app so I tried to update my pods but still the same thing.By the way this is my 3rd build on TestFlight and this is the first time apple sends me this. Any ideas?
更新
这些是我的豆荚:
pod 'Firebase/Core'
pod 'Firebase/Firestore'
pod 'Firebase/MLVision'
pod 'Firebase/MLVisionTextModel'
pod 'SVProgressHUD'
pod 'SPPermission/Camera'
pod 'SPPermission/PhotoLibrary'
pod 'Mantis'
pod 'SwiftKeychainWrapper'
pod 'SwiftyOnboard'
pod 'Fabric'
pod 'Crashlytics'
更新 2
好像我找到了有问题的框架.
Seems like I found the frameworks with the issue.
Binary file ./Pods/FirebaseMLCommon/Frameworks/FirebaseMLCommon.framework/FirebaseMLCommon matches
Binary file ./Pods/Crashlytics/iOS/Crashlytics.framework/Crashlytics matches
Binary file ./Pods/GoogleMobileVision/Detector/Frameworks/GoogleMobileVision.framework/GoogleMobileVision matches
那么现在我是否必须等待 google 修复它们并更新我的 pod?
So now do I have to wait for google to fix them and update my pods?
推荐答案
我会回答我自己的问题,因为我有关于这封电子邮件的消息.谷歌告诉我有几张关于这个问题的票,他们会尽快解决这个问题.同样,今天我的应用已获得 AppStore 的批准,因此暂时似乎只是一个警告.
I will answer my own question as I have news about this email. Google told me that there are several tickets about this issue and they are going to resolve this as soon as possible. Also today my app has been approved for the AppStore so it seems to be just a warning for the time being.
这篇关于ITMS-90809:已弃用的 API 使用——Apple 将停止接受使用 UIWebView API 的应用提交的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:ITMS-90809:已弃用的 API 使用——Apple 将停止接受使用 UIWebView API 的应用提交


基础教程推荐
- 在 iOS 上默认是 char 签名还是 unsigned? 2022-01-01
- LocationClient 与 LocationManager 2022-01-01
- :hover 状态不会在 iOS 上结束 2022-01-01
- 如何使用 YouTube API V3? 2022-01-01
- 如何使 UINavigationBar 背景透明? 2022-01-01
- “让"到底是怎么回事?关键字在 Swift 中的作用? 2022-01-01
- Android文本颜色不会改变颜色 2022-01-01
- 固定小数的Android Money Input 2022-01-01
- Android ViewPager:在 ViewPager 中更新屏幕外但缓存的片段 2022-01-01
- 使用 Ryzen 处理器同时运行 WSL2 和 Android Studio 2022-01-01