Cloud Messaging for macOS (Flutter) 不接收消息

Cloud Messaging for macOS (Flutter) not receiving messages

我正在尝试让我的 Flutter 应用程序使用云消息传递接收消息。这在 iOS 上运行良好,但对于我的 Flutter macOS 应用程序,无论我尝试什么,它都不起作用。

关于如何执行此操作的在线文档似乎很少,甚至 the official documentation 也不是特别清楚。

我尝试过的:

请问我是不是记错了:

非常感谢!

对于尝试此操作的任何其他人,事实证明使用默认构建方法通知不应该在 MacOS 上工作。相反,您必须使用经过公证的应用程序版本。非常感谢 Markus Aksli,他的回复如下:

No, you can just run on your mac, however you need a build that has been notarized by apple (https://github.com/FirebaseExtended/flutterfire/issues/5717)

You can use the same identifier and key