I am trying to update my app and I am at the test phase. For that purpose I have a beta test app Target of my App on the App connect and I use Testflight. That test app is only being used to test the app before submission on different env than the live apps.
But after uploading a build yesterday I got this email:
Dear Developer,
We identified one or more issues with a recent delivery for your app, *. Please correct the following issues, then upload again.
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).
The build goes into processing and then disappears.
I checked my plist file.
I checked my app icon
Is the UIWebView the reason for rejection ?
Apple assumes that the app is not yet live so it can't be used with UIWebViews?