Local Push Notification

Hi,
I tried to implement local push notification in my app.
However, local push notification doesn’t seems work in iPhone. (iOS 10).
Anyone has experience to share this?

LocalNotifications.schedule({
text: ‘Delayed ILocalNotification’,
at: new Date(Date.now()+6000),
sound:null
});

look: cordovaLocalNotification doesn't work on ios10

1 Like

Thank you for your help, dude