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

Bug android AlarmService.onStartCommand android 14 #142

Closed wayupdev closed 9 months ago

wayupdev commented 10 months ago

Alarm plugin version 3.0.5

Describe the bug Issue in crashlytics

To Reproduce I couldn't reproduce it

Expected behavior Work fine

Screenshots AlarmService.onStartCommand android.app.ForegroundServiceStartNotAllowedException - Service.startForeground() not allowed due to mAllowStartForeground false: service com.gdelataillade.alarm.alarm.AlarmService AlarmService.java:150

image image

Device info

image

Additional context Fatal Exception: java.lang.RuntimeException Unable to start service com.gdelataillade.alarm.alarm.AlarmService@835578 with Intent { cmp=com.gdelataillade.alarm.alarm.AlarmService (has extras) }: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service com.gdelataillade.alarm.alarm.AlarmService

Caused by android.app.ForegroundServiceStartNotAllowedException Service.startForeground() not allowed due to mAllowStartForeground false: service com.gdelataillade.alarm.alarm.AlarmService

aykutuludag commented 9 months ago

I can verify that this issue has been fixed.

gdelataillade commented 9 months ago

@aykutuludag

Awesome, I'm closing the issue then.