react-native-notifications
react-native-notifications copied to clipboard
Feature request: add support for iOS simulator push notifications
Since the release of iOS 16, Xcode 14+ simulators now support remote notifications when ran on Apple Silicon. (ref: Xcode 14 Release Notes)
Using the latest version of react-native-notifications, v5.1.0, isRegisteredForRemoteNotifications() returns false on my iOS 17.2 simulator, running on Xcode 15.2 on my M1 Mac. How difficult would it be to add this support for this?
Hi, I tested this on the simulator and it is working(background/foreground). I don't think the dev needs to implement it.
Xcode 15.3, iOS 17.4 (iPhone 15 Pro), M3 Mac. Using Amazon SNS
I can not have the notifications working on iOS simulator on my side (Xcode 14, iOS 16).
Could you detail on your working setup please?
Especially in term of signing settings in xcode & does the usual few lines of codes in the App.js file to register and get device token works in this case?
@Sayah-Sel update your XCode and iOS simulator to the latest versions
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
The issue has been closed for inactivity.