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
});