Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: add support for iOS simulator push notifications #1035

Open
jkoutavas opened this issue Mar 20, 2024 · 3 comments
Open

Feature request: add support for iOS simulator push notifications #1035

jkoutavas opened this issue Mar 20, 2024 · 3 comments

Comments

@jkoutavas
Copy link

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?

@amerytcl97
Copy link

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

@Sayah-Sel
Copy link

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?

@suhitaga
Copy link

@Sayah-Sel update your XCode and iOS simulator to the latest versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants