Push notification not showing in Android foreground

前端 未结 3 963
一生所求
一生所求 2021-01-05 11:36

I\'ve used react-native-fcm for remote notification in android and iPhone.

react-native-fcm

In Android foreground I\'m not be able to getting re

3条回答
  •  独厮守ぢ
    2021-01-05 12:14

    Which API level you are testing on ? Android API 26 and above requires channels to be created in order to receive notifications in foreground. please read this for more information.

    react-native-fcm is also updated to include channels too, refer this though the library should not be used anymore as the library is not maintained anymore, a good alternative is react-native-firebase.

提交回复
热议问题