- November 30, 2020
- December 26, 2020
UIWebView was deprecated
There are 3 classes to embed the web browser into the iOS app. UIWebView class WKWebView class SFSafariViewController class UIWebView class was deprecated long time ago, now the AppStore doesn’t allow using UIWebView class. According to this post, if you upload the apps that uses it, the App Store reject the new apps after April 2020, and updates for exiting apps after December 2020. What should we do? Basically, you need to migrate to the WKWebView class, but it is case by case. If you use the embedded browser to show the support site or authorize with the OAuth2, you […]