react-native-push-notification icon indicating copy to clipboard operation
react-native-push-notification copied to clipboard

All Notifications triggers at one time

Open arjundalal opened this issue 3 years ago • 3 comments

Hello Team, i have schedule 3 notifications for 3 different time. For eg the time are 10:00 AM , 03:00 PM and 08:00 PM. I want to send notifications for this 3 time on daily basic, for that i uses repeatType= 'day' property in notification object. First time it will work properly but on next day it will fire all schedule notifications at one time i.e. on (10:00 AM).

can any one help me to solve this issue. Thanks in Advance.

arjundalal avatar Jul 11 '21 15:07 arjundalal

Hi, For Android, if you want precision, use remote notification. Android saving mode fuck all background processes which can lead to this kind of issue. Also check your date to be sure you are in the future. Regards

Dallas62 avatar Jul 11 '21 15:07 Dallas62

Hello Team, My Dates are same but time are different. i want to send 3 notification on each date for different time.

Regards,

arjundalal avatar Jul 11 '21 16:07 arjundalal

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Jul 12 '22 00:07 github-actions[bot]