LocalNotifications not working

I am trying to schedule the notifications.

When I use every: 'minute' everything works fine, except my notifications are always the same. I am looping through the loop and set different messages for different notifications.

However, when I start using at: new Date(new Date().getTime() + 3600), it stops working. No notifications on iOS or android. The example is from ionic2 api.

Anyone had such issue?

1 Like

Seems to be working on android but not ios.

Could you share some code of what you’ve tried?
Kind of hard to know whats going on without it.

I fixed the problem by reinstalling latest local notifications plugin and reinstalling iOS platform with @latest.

Many thanks!