应用程序关闭时 Xamarin FCM 不工作

D.P*_*eco 2 xamarin.android xamarin firebase-cloud-messaging

我在 Xamarin Android 中使用 Firebase 云消息传递进行远程通知,当应用程序位于前台和后台时,通知工作正常,但如果应用程序关闭,则通知不会到达。

我一步步按照Xamarin 教程进行操作。

任何想法?

Adr*_*ero 5

问题的发生是因为 VS 实际上杀死了你的应用程序,因此侦听推送通知的后台进程会终止,因此它将不再响应。对于测试推送通知,您需要做的是每次调试并重新安装应用程序。

此致。