thudugala / thudugala/Plugin.LocalNotification
NotificationReceived event not executing for repeatType: NotificationRepeat.Daily
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 474
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
NotificationReceived event doesn't seem to be triggering when repeatType: NotificationRepeat.Daily is set (highted in red). I am able to see the daily alarm in adb shell dumpsys alarm, set to run around 1am. It is just that it doesn't seem to be going in the private void Current_NotificationActionReceived(NotificationEventArgs e) to setup further alarms for the day. The method runs for same day request as highligted in green even if the App is closed.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing a daily notification with repeatType set to NotificationRepeat.Daily and inspect adb shell dumpsys alarm alongside Current_NotificationActionReceived(NotificationEventArgs e). Compare it with the same-day request path; done when the NotificationReceived event executes for the daily alarm and the subsequent alarm setup works as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100