I’m running into an issue with iOS and UIWebView. Apple Store Connect is warning that its inclusion will block the app from being uploaded from April 2020. Apparently Cordova iOS 5.1.0 fixes this by using WKWebViewOnly instead.
I think my problem is that I’m using Capacitor (which doesn’t have the same problem) but I’m using a couple of Cordova plugins (BLE and Brightness) as there’s no cap equivalent.
Having done a string search for it in Xcode it appears in:
swiper-bundle
CDVCommandDelegate
CDVUIWebViewDelegate
CDVUserAgentUtil
CapacitorCordova-umbrella
Any idea how to get rid of it before Apple gets rid of my app?