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

Schedule Daily Notification is not working after few days if i did not open the app #2400

Open
Awnish-Yadav opened this issue Jan 2, 2024 · 0 comments

Comments

@Awnish-Yadav
Copy link

Bug

Environment info

react-native info output:

System:
OS: macOS 14.0
CPU: (8) arm64
Memory: 73.28 MB / 8.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 16.20.2
Yarn: 1.22.19
npm: 8.19.4
Watchman: 2023.10.09.00
Managers:
CocoaPods: 1.14.3

Library version: 8.1.1

Steps To Reproduce

  1. const notificationTime = new Date();
    notificationTime.setHours(8, 0, 0, 0);
    PushNotification.localNotificationSchedule({
    channelId: "1",
    title: "🌟 Your Daily Inspiration is Here!",
    message: "Your daily dose of motivation is ready! Tap to view today's inspiring quote and make it a great day",
    date:,
    repeatType: 'day',
    });

...

Describe what you expected to happen:

1.Initailly its working propely for few days i did not open app for 5 days now no notification is comming
2.

Reproducible sample code

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

1 participant