问题:TMS-90809:已弃用 API 用法 - Apple 将停止接受使用 UIWebView APIs 的应用提交
Issue: TMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs
我收到了来自 IOS Apple Store 的提醒。
但我从未使用过 UIWebView 代码。
我的 flutter 版本是 "Flutter (Channel stable, v1.9.1+hotfix.2, on Microsoft Windows [Version 10.0.17763.737], locale en-US)".
我的 pubspec.yaml 代码是...
cupertino_icons: ^0.1.2
firebase_core: ^0.4.0+8
firebase_ml_vision: ^0.6.0
shared_preferences: ^0.5.3+4
camera: ^0.4.2
http: ^0.12.0+2
flutter_launcher_icons: ^0.7.2+1
html: ^0.14.0+2
url_launcher: ^5.1.3
fluttertoast: ^3.1.3
font_awesome_flutter: ^8.5.0
vibration: 1.2.1
我该如何解决?
Github 中已经有一个开放的 issue。由于您没有使用 google_sign_in
,您可以使用命令 cd ios && pod update --repo-update
.
轻松解决此问题
我收到了来自 IOS Apple Store 的提醒。 但我从未使用过 UIWebView 代码。 我的 flutter 版本是 "Flutter (Channel stable, v1.9.1+hotfix.2, on Microsoft Windows [Version 10.0.17763.737], locale en-US)".
我的 pubspec.yaml 代码是...
cupertino_icons: ^0.1.2
firebase_core: ^0.4.0+8
firebase_ml_vision: ^0.6.0
shared_preferences: ^0.5.3+4
camera: ^0.4.2
http: ^0.12.0+2
flutter_launcher_icons: ^0.7.2+1
html: ^0.14.0+2
url_launcher: ^5.1.3
fluttertoast: ^3.1.3
font_awesome_flutter: ^8.5.0
vibration: 1.2.1
我该如何解决?
Github 中已经有一个开放的 issue。由于您没有使用 google_sign_in
,您可以使用命令 cd ios && pod update --repo-update
.