DroidKaigi / conference-app-2020

The Official Conference App for DroidKaigi 2020 Tokyo
https://droidkaigi.jp/2020/en/
Apache License 2.0
773 stars 328 forks source link

[iOS]Stop use UIWebView APIs #760

Closed takahirom closed 4 years ago

takahirom commented 4 years ago

Kind (Required)

-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.

Links

-

ry-itto commented 4 years ago

I think our iOS app don't use UIWebView now 🤔 Are there places you found?

takahirom commented 4 years ago

Rx..? 🤔 image

ry-itto commented 4 years ago

I see. It's defined in RxCocoa as extension... Do these extensions make some problems?

If so, I will fork the repository and remove these. And in our App, we use my forked repository.

takahirom commented 4 years ago

If you use it, it seems that you can not release it in April, but I think it is not related to the release of this app, so We do not need to do anything. 😄

ry-itto commented 4 years ago

I understand. 👍

ry-itto commented 4 years ago

This is related to https://github.com/ReactiveX/RxSwift/issues/2055. And in above issue, there will release that doesn't have UIWebView extention. We should wait for RxSwift 's release, but it can't by no time remaining.... So we will continue without resolving this. 😄