Ionic local notifications not working when app close

I am using ionic 2 local notification .Local notification not working when i remove app from background.

this is sample code

this.localNotifications.schedule({ text: ‘Delayed ILocalNotification’, every:‘minute’, at: new Date(new Date().getTime() + 60000), led: ‘FF0000’, sound: null });

thanks advance

Checkout this other topic about the same issue.
Maybe it’s the same fix for you as well.

Hi…
I have scheduled notification but it does not notified when the app is closed.
Say if current time is 10:15 PM and i have scheduled it for 10:16 PM.

If i keep the app running at the background i am getting the notification where if i closed the app then i am not receiving the notification.

Can you help?