未收到Firebase的通知

时间:2018-02-02 23:27:27

标签: ios swift firebase notifications firebase-cloud-messaging

从远程消息功能收到FCM firebase通知推送消息但未推送我的设备。我已将firebase代理委托设置为yes。

notification error

2 个答案:

答案 0 :(得分:0)

Rembember推送通知未显示在模拟器上,当应用程序运行时,只需隐藏应用程序并尝试发送新通知。

答案 1 :(得分:0)

你需要确定某些事情。

  
      
  1. 您没有在模拟器中测试。那里不允许通知。
  2.   
  3. Payload过去是正确的。 https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CreatingtheNotificationPayload.html
  4.   
  5. 应提供通知许可。
  6.