React Native Push Notifications 没有收到通知

React Native Push Notifications doesn't receive notification

我有一个 React Native 应用程序(在 iOS 上测试),我正在尝试合并推送通知。我正在使用以下模块:https://www.npmjs.com/package/react-native-firebase-push-notifications.

我尝试了 运行 示例应用程序代码并且能够获得 (1) 消息令牌和 (2) 从我的设备成功获得权限。

我正在尝试从 Firebase 发送测试通知并使用我设备的令牌。但是,在触发测试通知时没有任何反应。有小费吗?我相信我正确地遵循了关键上传说明 (https://firebase.google.com/docs/cloud-messaging/ios/certs)

希望您已在项目设置中 "Cloud Messaging" 的 firebase 控制台上传 pem/p8 文件。 Check this image

我想通了!虽然我认为我过去做过这个,但我没有在后台模式下启用远程通知,也没有在 Xcode 的项目设置的 Signing & Capabilities 部分中检查推送通知。谢谢!