You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: