gdelataillade / alarm

A Flutter plugin to easily manage alarms on iOS and Android
https://pub.dev/packages/alarm
MIT License
110 stars 68 forks source link

There is a phenomenon that the alarm is triggered and sounds, but the alarm sound is interrupted after the alarm page is opened. (I want to make it interrupted when the user clicks the interruption button.) #177

Closed nicelee777 closed 3 weeks ago

nicelee777 commented 3 months ago

api version 3.06 - 3.14

In the sample app, I noticed that the alarm works properly even after the app is forcibly closed (an alarm window appears, and the alarm sound continues until the user clicks the confirmation button). However, when testing my app under development, if the app is forcibly closed, the alarm sound starts at the scheduled alarm time, but it stops when the alarm confirmation window (a page asking for the user's confirmation) appears. What should I check?

Device info : galaxy note20 5G (android 13)

gdelataillade commented 3 months ago

Hi @nicelee777

Is your issue the same as in #173 ?

nicelee777 commented 2 months ago

The symptoms are the same, but in my case, the same symptoms are occurring even if only one alarm is registered.

gdelataillade commented 2 months ago

Hi @nicelee777

I just released version 3.1.2. Please let me know if it fixes your issue.

gdelataillade commented 3 weeks ago

No response for a while, assuming issue is resolved. Closing it now. Feel free to reopen if needed.