cordova-plugin-ionic-webview
cordova-plugin-ionic-webview copied to clipboard
UIWebView references causing iOS app to be rejected
To the powers that be. I found this article https://ionicframework.com/blog/understanding-itms-90809-uiwebview-api-deprecation/ which helped me migrate and fix app using cordova-plugin-ionic-webview - but I found another plug twitter-connect-plugin that is not on that articles list of plugins that still reference UIWebView (which will cause you app to be rejected).
The upside is someone forked that project and made a WKWebView version of the plugin that passes the Apple sniff test, its cordova-plugin-twitter-wkwebview
Hope it helps.