我正在使用自定义Webview来解决ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps thatuse UIWebView APIs.和解析。我的守则:using Xamarin.Forms;
{
public class MyWebView : WebViewusing CustomWebvi
我有一个xamarin.forms应用程序,它有一个网络视图。每当我试图将应用程序发布到苹果应用商店时,我就会收到Deprecated API Usage UIWebView警告,而我的应用程序被拒绝了。我在上看到了这个问题。但我解决不了我的问题。我使用这个渲染替换了webView。public class MyWebView : WebView public static readonly BindableProperty UrlProperty =我的<e