Firebase IOS push notification doesn't work when app is closed

后端 未结 3 1731
长情又很酷
长情又很酷 2021-01-18 05:54

Firebase IOS push notification doest not work when app is closed. I have followed all the steps as in documentation

3条回答
  •  走了就别回头了
    2021-01-18 06:22

    What worked for me was simply adding title to the notification like this:

    "notification" : {
      "title": "foo",
      "body" : "bar"
    }
    

提交回复
热议问题