UIWebView is deprecated
Hello,
I'm working on an iOS mobile application and i'm using SimpleAuth to get an auth token from Google.
Recently i'm getting this warning whenever i deploy to TestFlight
"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 looked through the app and all my web views are using WKWebView, however i did find a reference to UIWebView in SimpleAuth, class WebAuthenticatorViewController
Do you have any plans to refactor this class so that it uses WKWebView instead?
Thanks
Any plans for this to be changed? Apps won't work be updatable after December 2020. https://developer.apple.com/news/?id=12232019b
@Clancey I'm assuming you can close this one after your recent update