Replies: 5 comments 11 replies
-
🤔 hmm - this should be there already in the JSON? firebase/firebase-ios-sdk#9036 But...perhaps we are not carrying it through somehow? We may need to add this to our messaging code. Can you log this as a real issue with details and ideally some information on exactly what you see on the logs (paste inside triple-backticks blocks for spiffy-looking markdown) Alternatively - and to be honest since I am traveling at the moment - a faster path might be to examine this and I think you might find the key here during processing and add it in ? https://github.com/invertase/react-native-firebase/blob/main/packages/messaging/ios/RNFBMessaging/RNFBMessagingSerializer.m Just reaching right in to node_modules and hacking at it might get it done within a couple attempts and make for an easy PR? |
Beta Was this translation helpful? Give feedback.
-
After more inspection and testing im starting to think that this isn't a problem in the package but maybe the communication between our server and firebase. it seems the aps block is actually getting overwritten. I've been logging the |
Beta Was this translation helpful? Give feedback.
-
Hate to beat a dead horse but by any chance have you looked into this at all, after talking to firebase support they say it seems to be an issue with receiving and im lost |
Beta Was this translation helpful? Give feedback.
-
I realize this is an old discussion, but thought I'd write up what my team has found for anyone in the future. It seems that Firebase is stripping out |
Beta Was this translation helpful? Give feedback.
-
I too am still trying to figure this out. I can see the entitlement listed here: https://docs.expo.dev/build-reference/ios-capabilities/, and I see mentions of people complaining that the I also posted here, because it seems like this issue never gets fully solved and the issues get automatically closed: #6373 |
Beta Was this translation helpful? Give feedback.
-
Hi Ya'll we are wanting to add time sensitive notifications to our application through the remote messaging. I have followed all the setup procedures for IOS (adding the entitlement, and capabilities) I can see that in my app settings i am able to enable the time sensitive notifications and on the push we send from the server, under the aps block we include
"inturruption-level": "time-sensitive"
however when the notification gets to us when viewing the log that key is not included in the aps section. Thank you !Beta Was this translation helpful? Give feedback.
All reactions