Im trying to upload my app to the app store connect and i used Transporter from Xamarin forms project. It was delivered but i got this email with the error:
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).
I figured it out:
Maybe there are some third - party packages using UIWebView in your application .
The solution only involves three steps:
Maybe there are some third - party packages using UIWebView in your application .
The solution only involves three steps:
Use the right versions of Xamarin.Forms and Xamarin.iOS.
Add a flag to the build configuration.
Build and submit your app to the App Store and celebrate!