Unknown Error from Apple using Xamarin Forms and Transporter

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:from apple and I never use UIWebView in my project so why would this be happening. Is there anyway to remove it in Xamarin forms?

Accepted Reply

I figured it out:

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!

Add a Comment

Replies

I figured it out:

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!

Add a Comment