Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用这个FCM 库来了解推送通知的工作原理。运行示例项目,一切正常,但前提是应用程序位于前台。当应用程序进入后台时,消息没有传递,甚至断点也没有命中。我可能做错了什么,因为我需要后台通知,即使应用程序被杀死
我通过转到 Xcode->Capabilities->Background Modes 解决了同样的问题
将其打开并分别检查后台获取和远程通知。