Hello,
I’ve got a problem with my notifications.cancelNotification(). I’m setting a time and date on which notifications can be received. I have a Scene with 2 functions, 1 for enable and 1 for disable notifications.
So basically, when I enable a notification and if I afterwards go to another Scene or exit and re-open the app and go back to the Scene to disable it, the notification is still getting received after cancelling it with the funcion notifications.cancelNotification( ID ).
If I set up the notification and then press the button/function to cancel it while staying in the same Scene (where the notification can be disabled and enabled) without going to any other Scene or exiting the application, the notification DOES cancel.
I tried lots of different methods all resulting the same. The sample code for Local Notifications couldn’t help me much with htis. Sorry if it’s unclear, I’m was never good in explaining things.
EDIT: fixed