gdelataillade / alarm

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

My incoming alarms are ignored #273

Open muhammedelsepa3y opened 3 weeks ago

muhammedelsepa3y commented 3 weeks ago

Alarm Plugin Version 4.0.7

Bug Description Incoming alarms are ignored on iOS if another alarm was set shortly before it. The following message appears: [SwiftAlarmPlugin] Ignoring alarm with id 1285 because another alarm is already ringing. and please tell me what meaning of this error when I start the app in debugging mode "[SwiftAlarmPlugin] Error: Could not find silent audio file"

Steps to Reproduce

  1. Set the first alarm with a short sound.
  2. Set a second alarm 15 minutes after the first, with a longer sound 3 minutes.
  3. The second alarm may trigger an error, and sometimes only the audio plays without showing any notification.

Expected Behavior Each alarm should complete with the end of its sound and display a notification for every alarm.

Device Info