evollu / evollu/react-native-fcm
IOS: Problem with notification
Open
- Dominant language
- Java
- Stars
- 1.7k
- Forks
- 661
- PR merge metrics
- No merged PRs in 30d
Description
notification is shown when app is background but when app is foreground notification does not show.
here is my payload:
{
"to":"token",
"notification":{
"title":"test",
"body":"great match!",
"show_in_foreground": true
},
"data" : {
"title" : "test",
"body" : "body"
},
"priority": "high"
}
also presentLocalNotification does not show the notification ios.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.