cordova-plugin-ionic-webview icon indicating copy to clipboard operation
cordova-plugin-ionic-webview copied to clipboard

UIWebView references causing iOS app to be rejected

Open rolinger opened this issue 5 years ago • 0 comments

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.

rolinger avatar Oct 24 '20 18:10 rolinger