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?