You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?The text was updated successfully, but these errors were encountered: