Flutter: How to fix ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs

后端 未结 5 2164
生来不讨喜
生来不讨喜 2021-02-06 22:35

When submitting my latest build, Apple suddenly returned a message saying that there was an issue, specifically:

ITMS-90809: Deprecated API Usage - Apple

5条回答
  •  逝去的感伤
    2021-02-06 22:55

    I think it was being used from the firebase_auth plugin. Try to update it to its latest version and then remember run pod update.

提交回复
热议问题