0
I’m going up an IPA to Testflight on https://appstoreconnect.apple.com/ and I got the following mistake:
Use of obsolete API - New applications that use Uiwebview are no longer accepted. Instead, use Wkwebview for greater security and reliability.
ITMS-90809: Deprecated API Usage - New apps that use Uiwebview are no longer accepted. Instead, use Wkwebview for improved security and Reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview)."
My project is built with React Native in version: "React-Native": "0.59.9"
And the webView lib is as follows: "React-Native-webview": "5.8.1"
Someone’s been through something like this?