Hi everyone,
What I’m using is LocalNotifications from @capacitor/core.
So what I did is this:
LocalNotifications.schedule({
notifications: [
{
title: 'Title',
body: 'Body',
id: 1,
schedule: {every: 'hour', on: {minute: 40}},
}
]
});
But it doesn’t work.
Any ideas?
1 post - 1 participant