I saw the native plugin but it only tells about scheduling it for once.
can you tell me how to implement the same local notification so that it gets executed everyday.
(or if it is automatically works for everyday please do tell that too)
pass every: 'day'
with your notification object.
Example:
this.localNotifications.schedule({
id: 1,
text: 'Single ILocalNotification',
every: 'day'
});
This is not triggering notification