简体   繁体   English

ITMS-90809:不推荐使用的 API 使用 - RxSwift.framework 中的 UIWebView

[英]ITMS-90809: Deprecated API Usage - UIWebView in RxSwift.framework

I have updated my app replacing UIWebView with WKWebView.我已经更新了我的应用程序,用 WKWebView 替换了 UIWebView。 It includes a framework that requires RXSwift framework version 4.5.0, that uses UIWebView (this have been fixed in a newer version).它包含一个需要RXSwift框架版本 4.5.0 的框架,框架使用 UIWebView(这已在较新版本中修复)。

I have updated my app and I'm not receiving the warning about UIWebView usage, even if RxSwift is using them, why is that?我已经更新了我的应用程序,但我没有收到关于 UIWebView 使用的警告,即使 RxSwift 正在使用它们,这是为什么?

is it safe to assume that the app won't be rejected after December 2020?假设该应用程序在 2020 年 12 月之后不会被拒绝是否安全?

No, it is not safe to assume the app won't be rejected after December 2020, but it is safe to assume that any app submitted and accepted before December 2020 will remain in the app store.不,假设应用在 2020 年 12 月之后不会被拒绝是不安全的,但可以肯定的是,假设在 2020 年 12 月之前提交并接受的任何应用都将保留在应用商店中。 It is fine to submit apps which use the RxSwift framework even though it uses the deprecated UIWebView for the time being.提交使用 RxSwift 框架的应用程序是可以的,即使它暂时使用已弃用的 UIWebView。

RxSwift 5.1.0 has already removed UIWebView according to this changelog. RxSwift 5.1.0 已经根据这个更新日志删除了 UIWebView。

https://github.com/ReactiveX/RxSwift/releases/tag/5.1.0 https://github.com/ReactiveX/RxSwift/releases/tag/5.1.0

I would look into whatever framework you are using that depends on RxSwift 4.5.0 and inquire when they are looking to upgrade to 5.1.0.我会研究您使用的任何依赖于 RxSwift 4.5.0 的框架,并询问他们何时希望升级到 5.1.0。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 ITMS-90809:已弃用 API 用法(UIWebView) - ITMS-90809: Deprecated API Usage (UIWebView) ITMS-90809:不赞成使用的API - ITMS-90809: Deprecated API Usage Crashlytics pod 仍在使用 UIWebView 生成 ITMS-90809:已弃用的 API 使用 - Crashlytics pod is still using UIWebView generating the ITMS-90809: Deprecated API Usage ITMS-90809:已弃用的 API 用法 - 不再接受使用 UIWebView 的现有应用程序 - ITMS-90809: Deprecated API Usage - existing app that use UIWebView are no longer accepted Cordova iOS ITMS-90809:已弃用 API 用法 - 不再接受使用 ZB99A6ADB3DAB8ED29592ECD 的新应用程序CCD - Cordova iOS ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted Cordova ITMS-90809:已弃用 API 用法 - 不再接受使用 UIWebView 的新应用 - Cordova ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted Ionic 4 Ios 应用程序由于 UIWebView 被拒绝(ITMS-90809:不推荐使用 API 用法) - Ionic 4 Ios app rejected because of UIWebView (ITMS-90809: Deprecated API Usage) Flutter ITMS-90809:不推荐使用 API - Apple 将停止接受使用 UIWebView API 的应用程序的提交 - Flutter ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs ITMS-90809:不推荐使用的API使用错误苹果将停止接受使用UIWebView API的应用程序的提交 - ITMS-90809: Deprecated API Usage Error Apple will stop accepting submissions of apps that use UIWebView APIs error ionic 4 ITMS-90809: Deprecated API Usage - Apple 将停止接受使用 UIWebView API 的应用程序提交 - error ionic 4 ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM