evollu / evollu/react-native-fcm

IOS: Problem with notification

Open
#782 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.