Firebase onMessageReceived not called when app in background

前端 未结 26 3120
粉色の甜心
粉色の甜心 2020-11-22 02:32

I\'m working with Firebase and testing sending notifications to my app from my server while the app is in the background. The notification is sent successfully, it even appe

26条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-22 03:05

    I had this issue(app doesn't want to open on notification click if app is in background or closed), and the problem was an invalid click_action in notification body, try removing or changing it to something valid.

提交回复
热议问题