-
I want to test my app's handling of push notifications on an iOS simulator. In the past this was not possible. I see that the documentation now states "You may use a physical iOS device to receive messages or an iOS Simulator if you are on macOS 13+ on Apple Silicon using a Simulator running iOS 16+" (https://rnfirebase.io/messaging/usage/ios-setup). I meet both of those requirements and have been successfully using RN FCM in my app for years. But testing on an iOS simulator is not working. Is there any additional setup that needs to be done to get this working? If so, could we get that added to the documentation? Is there a minimum version of RN FCM that we need to be using? I'm currently on v14. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Wow that's old! :-) Did you try looking at our changelog? https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md I did a brief search for "simulator" and the second instance of the word had your answer (spoiler alert: v17 here is what added it) - careful of the note that this only works on Apple Silicon machines |
Beta Was this translation helpful? Give feedback.
Wow that's old! :-)
Did you try looking at our changelog? https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md
I did a brief search for "simulator" and the second instance of the word had your answer (spoiler alert: v17 here is what added it) - careful of the note that this only works on Apple Silicon machines