Closed synstin closed 1 month ago
Hi @synstin
How often does the issue happens ? I'll try to fix this issue for the next release. I'll keep you updated.
@gdelataillade This seems to happen quite often. Thanks!
This also happens to me in version 3.1.4 when the set alarm is supposed to trigger, the above exception occurs. Strange, because I had it working fine a week ago.
Samsung Galaxy S23 Ultra / Android 14
Thanks
Hey, I just managed to fix the issue in my case, so I figured out that in AlarmService.kt here https://github.com/gdelataillade/alarm/blob/main/android/src/main/kotlin/com/gdelataillade/alarm/alarm/AlarmService.kt#L63 that appIntent was null. Reviewing my AndroidManifest.xml I found that I've combined two different intent filters into one by mistake, which can cause unexpected behavior when resolving intents. After splitting into two intent filters it started working again.
I'm closing this issue because in the meantime version 4.0.0
was released including a significant refactoring of the code and many bug fixes. Feel free to reopen if needed !
Alarm plugin version 3.1.3
Describe the bug
Device info Provide device info (Manufacturer, OS version, ...) [samsung t2s (Galaxy S21+ 5G)]
Additional context The error was found in the Google Play Console.