thudugala / thudugala/Plugin.LocalNotification

NotificationReceived event not executing for repeatType: NotificationRepeat.Daily

Open
#496 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Android
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.

image

image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.