react-native-webrtc / react-native-webrtc/react-native-callkeep
Not able to get notification on IOS of my React-native project below is my payload for notification
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 511
- Avg merge
- 9h 12m
- Merged PRs (30d)
- 2
Description
Note: My case is Data only message type of notification as mentioned in below link "Message Handlers" section
https://rnfirebase.io/messaging/usage
My Data payload :-
{
"sentTime": 1634743772379,
"ttl": 2419200,
"data": {
"title": "Hello",
"sound": "default",
"alert": "Test message",
"_mt": "1",
"_h": "o0t3qhn9JrxUvN7hgWRTMgAAAAAA",
"_r": "63ef8bbc-a35c-4db4-ba25-69d6f5bd601c",
"_sid": "SFMC",
"_m": "OToxMTQ6MA"
},
"messageId": "0:1634743772403004%091374abf9fd7ecd",
"from": "288532496498"
}
I am getting the notification by setting content-available to true in above payload
Please help me with this how to get notification in IOS without adding this tag because it cant be added from panel we are using for sending notifications
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked React Native Firebase messaging documentation, especially the Message Handlers section, and compare it with the supplied data-only payload. The issue names no file, test, or callkeep entry point, and does not define a repository-specific completion condition, so the required change is not yet actionable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- firebase, ios, react-native
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100