agilebits / onepassword-app-extension

1Password Extension for iOS Apps
2.58k stars 311 forks source link

UIWebView deprecation #414

Closed Ashoat closed 4 years ago

Ashoat commented 4 years ago

Apple is now attaching this warning to any app store uploads whose binaries contain the string 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.

For now, it's just a warning, and doesn't stop the upload from going through. I don't have enough context on how XCode/App Store Connect finds the references to UIWebView to know if gating the UIWebView stuff behind a preprocessor macro would work, but I suspect it would.

Ashoat commented 4 years ago

Oh, looks like this is discussed in #409. #411 would strip out the references to UIWebView entirely.