Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/wcf/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Flutter 具有UIWebView API的Flatter插件_Flutter - Fatal编程技术网

Flutter 具有UIWebView API的Flatter插件

Flutter 具有UIWebView API的Flatter插件,flutter,Flutter,收到来自apple ITMS-90809的警报:API使用不推荐-apple将停止接受使用UIWebView API的应用提交 不知道哪个插件使用了UIWebView 我的名字叫yaml cupertino_icons: ^0.1.2 responsive_container: ^0.0.1 flutter_html: ^0.10.4 http: ^0.12.0 flutter_pagewise: ^1.2.3 share: ^0.6.2+1 font_awesome

收到来自apple ITMS-90809的警报:API使用不推荐-apple将停止接受使用UIWebView API的应用提交

不知道哪个插件使用了UIWebView

我的名字叫yaml

  cupertino_icons: ^0.1.2
  responsive_container: ^0.0.1
  flutter_html: ^0.10.4
  http: ^0.12.0
  flutter_pagewise: ^1.2.3
  share: ^0.6.2+1
  font_awesome_flutter: ^8.5.0
  flutter_youtube: ^1.1.6
  loader_search_bar: ^1.0.3+3
  flutter_facebook_login: ^2.0.1
  curved_navigation_bar: ^0.3.0
  firebase_messaging: ^5.1.4
  flutter_local_notifications: ^0.8.2

哪一个使用UIWebView删除了它的
flatter\u facebook\u login
。如果您知道本机代码,可以对其进行配置。如果没有,我建议您使用其他任何方式登录facebook,或者您只能使用此插件制作应用程序。是的,它现在可以工作了,Appstore不会删除它。它已弃用,这意味着它不应该在将来使用。因此,插件开发人员将来很有可能会用最新的API更新应用程序。

我在Fatter_facebook_登录时看到,facebookLogin.loginBehavior=FacebookLoginBehavior.webViewOnly;我可以改变登录方式还是必须删除所有插件!很抱歉我不明白你的意思。您不需要删除所有插件,只需要删除导致问题的插件。我是否必须删除所有插件,或者可以将其配置为不使用UIWebView