Messaging: working on Android but not on iOS #4151
-
Hi! I'm working on receiving data only FCM messages. I was able to work with However, I'm not getting anything on iOS. I went through all the steps to grant permissions and integrate it as described in the documentation. I'm using a React Native Firebase PHP library to handle messaging and passing I've set Will deeply appreciate any help. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hi there! There are (were?) lots of open issues about this. I don't think you should do anything in the plist. I would revert all of that. You may need to send content-available: 1 in your JSON. Best practice for background messaging on iOS:
That should be it? Although a triple-check of entitlements and configs and everything is perhaps helpful |
Beta Was this translation helpful? Give feedback.
-
Removing the |
Beta Was this translation helpful? Give feedback.
Hi there! There are (were?) lots of open issues about this. I don't think you should do anything in the plist. I would revert all of that.
You may need to send content-available: 1 in your JSON.
Best practice for background messaging on iOS: