kif-framework / KIF

Keep It Functional - An iOS Functional Testing Framework
Other
6.21k stars 913 forks source link

iOS Deprecated API Usage Warning #1119

Open miquelalvarado opened 5 years ago

miquelalvarado commented 5 years ago

Just submitted my app to TestFlight and got an email with the error:

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.

I was wondering if all the code related to UIWebView will have to be removed and only keep WKWebView.

It was just a warning, the build ended up being available on TestFlight, but I think this is something that will have to be addressed at some point.

damirstuhec commented 5 years ago

What is the status on this?

ggdiez commented 5 years ago

PR is launched, I'm waiting for approved or comments

justinseanmartin commented 5 years ago

Apologies for the delay, just put up some PR feedback.

Why is it that your app has KIF symbols linked into it for AppStore submission? I would expect KIF to only be getting linked into test targets.

ximenaperez commented 4 years ago

hi! what's the status on this?? it will be deprecated on Dec 2020