gdelataillade / alarm

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

On background alarm notification click app doesnot open AlarmRingScreen (any specific screen ) i am trying example code which is in this plugin #235

Open ArisChoice opened 2 weeks ago

ArisChoice commented 2 weeks ago

Alarm plugin version latest one 3.1.7

Describe the bug ...

To Reproduce Steps to reproduce the behavior:

  1. Set alarm on ios
  2. Close app completely
  3. Click on alarm notification (no audio)
  4. On notification click app open home screen (needs to open alarm ringing screen)

*** if app is in background its working fine.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Device info Provide device info (Manufacturer, OS version, ...) Ex: iPhone 13 Pro, iOS 16.2, ...

Additional context Add any other context about the problem here.

gdelataillade commented 2 weeks ago

Are you testing on iOS or Android ?

gdelataillade commented 2 weeks ago

Is it a new issue from the latest version ?

dhavalmnjtech commented 2 weeks ago

also i have to redirect to alarm screen on notification tap, even if app is terminated or in background. currently i am testing on android but i have to also set for IOS. i think need notification tap callback function like firebase's onMessageOpenedApp function.

ArisChoice commented 1 week ago

Is it a new issue from the latest version ?

yes it is in latest as well as in old versions

ArisChoice commented 1 week ago

Are you testing on iOS or Android ?

ios working fine in android

gdelataillade commented 1 week ago

Hi @ArisChoice @dhavalmnjtech

OK thanks, and with which Android versions are you experiencing the issue ? And with which manufacturers (Android, OnePlus, ...) ?

ArisChoice commented 1 week ago

Hi @ArisChoice @dhavalmnjtech

OK thanks, and with which Android versions are you experiencing the issue ? And with which manufacturers (Android, OnePlus, ...) ?

for me issue is with ios its working fine inn android