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

The alarm does not sound #101

Closed ilhamfadilah05 closed 1 year ago

ilhamfadilah05 commented 1 year ago

Alarm plugin version Alarm v2.1.0

The alarm does not sound when it is in the background or foreground. I've added the AudioPath asset. Please help. Thanks

Device info iOS : Iphone X (iOS v16.7) Android : android 8 and android 13

gdelataillade commented 1 year ago

Hi @ilhamfadilah05

Do you see any error log in your debug console ? That would help me identify your issue.

ilhamfadilah05 commented 1 year ago

Hi @gdelataillade

To debug the console there are no errors. but the notification sound is silent. Tomorrow I will make a video for this bug

ilhamfadilah05 commented 1 year ago

https://github.com/gdelataillade/alarm/assets/65460786/e9b9be48-ff24-4016-9eaa-f23f76005c86

When the application is forced to close, the sound does not sound, only the notification without sound

ilhamfadilah05 commented 1 year ago

Hi @gdelataillade

is there a solution?

gdelataillade commented 1 year ago

Hi @ilhamfadilah05

As explained in the README, if you kill the app then the alarm can't ring. Only the notification will display.

However, I'm currently working on your issue. I'm trying to make android alarms ring even if app was killed. I'll keep you updated.