Open screamingworld opened 5 years ago
I don't see any reference to UIWebView in the project. Did you solve it?
Hm no I do not resolve it. The warning still exists, but apple will not deny the build at the end. It is only a warning. I thought the warning could be avoided, when using the custom Renderer when compiling the package. But I am not so much into it.
Description
Since I have this package in my App, I can not submit the app, because Apple will refuse submissions, when App uses the UIWebView. Inside my App I could avoid this warning/error when I uses a custom renderer for it.
[assembly: ExportRenderer(typeof(WebView), typeof(Xamarin.Forms.Platform.iOS.WkWebViewRenderer))]
But this does not work for third party code...Expected Behavior
Submission in Apple store will proceed without any issues.
Actual Behavior
Submission in Apple store will proceed with issues.