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

Repeat Local notification is not working in IOS #447

Open
nagendrakr97 opened this issue Oct 8, 2024 · 0 comments
Open

Repeat Local notification is not working in IOS #447

nagendrakr97 opened this issue Oct 8, 2024 · 0 comments

Comments

@nagendrakr97
Copy link

i have done this in my code for android it's working fine but in ios it's not working when checking it by changing the date

single local notifications are working fine but when i'm adding for week it's not working i have searched alot on google platform and also tried some example but did not work

PushNotificationIOS.addNotificationRequest({
id: reminder.id,
title: reminder.title,
body: reminder.description,
fireDate: date,
repeats: selectWeeks ? true : false,
repeatsComponent: {
dayOfWeek: selectWeeks ? true : false,
day: true
},
userInfo: { id: reminder.id },
});

  // Date formate : 2024-10-09T11:46:00.000Z
@nagendrakr97 nagendrakr97 changed the title Repeat is not working in IOS Repeat Local notification is not working in IOS Oct 8, 2024
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