You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2021. It is now read-only.
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.