Firebase Push Notification在某些设备(Android)中没有使用杀死状态的应用程序工作(Android)

发布于 2025-01-31 04:47:37 字数 68 浏览 3 评论 0原文

火箱推动通知在某些体内设备中无法使用。 收到按下时在logcat上获取此功能:

广播意愿回调结果=取消的方案

firebase push notifications are not working in some vivo devices.
getting this on logcat when push is received:

broadcast intent callback result=cancelled forintent

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

余生一个溪 2025-02-07 04:47:37

推动正在起作用。
您应该重新检查文档。
您的接收器无法抓住推动,因为Firebase不会在背景状态下调用它。

firebase docs

The push is working.
You should recheck the documentation.
Your receiver can't catch push because firebase doesn't call it in the background state.

firebase docs

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文