Closed synstin closed 9 months ago
Hi @synstin
What version of the plugin are you using ?
Yes you need to add USE_EXACT_ALARM
android permission in your manifest. Let me know if it fixes your issue.
@gdelataillade I am using version 2.1.1. Is this the way to add it?
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM"/>
<uses-permission android:name="android.permission.USE_EXACT_ALARM"/>
@synstin Yes
Hi @synstin
I just released version 3.0.0
. Let me know if it fixes your issue.
@gdelataillade I'm not being able to receive notification on alarm ringing
Hi @AwaisQazii
Did you give permission for notifications ?
If not, check out permission_handler to ask permission.
I'm closing this issue because I believe asking for permission solved it. Feel free to reopen if you still have the problem.
Alarm plugin version latest
Describe the bug
I found a log of a user experiencing this bug. I googled the error and stackoverflow told me to add that setting to the manifest file. https://stackoverflow.com/questions/76309215/unhandled-exception-platformexceptionexact-alarms-not-permitted-exact-alarms
<uses-permission android:name="android.permission.USE_EXACT_ALARM" />
Do I need to add the USE_EXACT_ALARM setting?
Device info SM-F916N Android 13 (SDK 33)