zo0r / react-native-push-notification

React Native Local and Remote Notifications
MIT License
6.73k stars 2.05k forks source link

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

Open Awnish-Yadav opened 6 months ago

Awnish-Yadav commented 6 months ago

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', });
  2. ...

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