plus_plugins icon indicating copy to clipboard operation
plus_plugins copied to clipboard

[Question]: I/AlarmService( 3355): cancel: broadcast receiver not found

Open waqadArshad opened this issue 1 year ago • 2 comments

What is your question?

I just added android_alarm_manager_plus and it keeps showing I/AlarmService( 3355): cancel: broadcast receiver not found and does not schedule the job as intended.

I have done the setup properly as explained in the documentation.

Checklist before submitting a question

  • [X] I searched issues in this repository and couldn't find such bug/problem
  • [X] I Google'd a solution and I couldn't find it
  • [X] I searched on StackOverflow for a solution and I couldn't find it
  • [X] I read the README.md file of the plugin
  • [X] I am using the latest version of the plugin
  • [X] All dependencies are up to date with flutter pub upgrade
  • [X] I did a flutter clean
  • [X] I tried running the example project

waqadArshad avatar Jun 12 '24 02:06 waqadArshad

I have done the setup properly as explained in the documentation.

Could you fill in a full normal report? We have no idea about your setup, Android version, plugin version, code sample of what you tried to use, etc. With such a vague information it is hard to understand what is going on and help you.

Can you reproduce the issue with the example app of the plugin? If not, it is highly likely due to not having a proper setup as required.

vbuberen avatar Jun 12 '24 05:06 vbuberen

Hi, I did see a very weird behaviour on the example app too. I'll add an example code hopefully by tomorrow. This I believe happened when I tried cancelling an Alarm before it was registered but I'm not sure.

There's another issue that I am having which is that the alarm does not go off most of the time unless I open the app at the time it is scheduled for. If you have any idea about that, do let me know. I'll be adding another issue for that but I would love to know if there's something you believe I might be missing.

Thanks

waqadArshad avatar Jun 12 '24 06:06 waqadArshad

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days

github-actions[bot] avatar Sep 11 '24 00:09 github-actions[bot]

I stopped using it for this and several other reasons and didn't have the time to put up an example so gonna close it.

waqadArshad avatar Sep 11 '24 18:09 waqadArshad

I got the same issue. Set up with recommended approach. Cancellation not working.

I/flutter ( 4410): Cancelling alarm 510960006 I/AlarmService( 4410): cancel: broadcast receiver not found

mhutshow avatar Feb 05 '25 08:02 mhutshow