Hi everyone,
I have some troubles with the Corona’s notification system. Since I understood scheduleNotification returns a userdata , which cannot be stocked in a file, I decided to trust the “no parameter” version of the cancelNotification function.
But… it doesn’t work at all. The doc says " If no id is passed, then all notifications are cancelled " but when I try, even if I call cancelNotification( ), the notifications previously launched will still appear at the decided date/hour.
I don’t see any way to make a good notification system without that working, so I was wondering about its debug : will it occur ? Soon or later ? Is there a way to make it work ?