是否可以在不配置 FCM 的情况下构建 flutter iOS 应用程序?

Is it possible to build flutter iOS app without configuring FCM?

目前我正在为我的 Flutter 应用程序配置 FCM,在 android 方面一切正常,但是为了在 iOS 中配置 FCM,我需要一个我目前没有的 Apple 开发者帐户会员资格无法访问。

构建 iOS 应用程序时出现以下错误

No profiles for 'app Bundle Id' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'app Bundle Id'.

是否可以在 iOS 上构建 flutter 应用程序以在不配置 FCM 的情况下继续制作其他功能?

为了能够在 iOS 上的应用程序中使用推送通知等功能,您需要拥有付费的开发者帐户。因此,您将无法使用带有“免费/测试”签名的 FCM。

没有付费的开发者帐户,xcode 无法生成正确的配置文件来使您的应用正常运行。