Replies: 1 comment 3 replies
-
Have you tried it? Please do so if you have not and report your results More specifically: this has nothing to do with react-native-firebase supporting it or not, if the Simulator pretends it received an APNS push as you drop a JSON on it, then the firebase-ios-sdk will receive it. The only truly supported method of testing is on real devices though, as sometimes there are subtle differences in how the JSON goes through even, between Simulator and real device |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After Xcode 11.4 released, simulators support simulating remote push notifications, including background content fetch notifications. (Release note)
It can be good if
react-native-firebase
works with manual APNS pushes.Beta Was this translation helpful? Give feedback.
All reactions