Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Callback to handle notification is delivered to the user #729

Closed
hangleang opened this issue Jul 24, 2020 · 1 comment
Closed

Callback to handle notification is delivered to the user #729

hangleang opened this issue Jul 24, 2020 · 1 comment

Comments

@hangleang
Copy link

Hello there. I’m working on flutter Reminder app that has remind as habit or task. Yeah, your plugin is great and mostly cover on my use cases. But, I don’t see a callback for handle a notification is instantly delivered to the user. I saw a callback on IOSinitialize called “onDidReceivedNotification” but it’s not work as I want. Thank in advance. Appreciate :-)

@MaikuB
Copy link
Owner

MaikuB commented Jul 25, 2020

Please make sure to read the docs as onDidReceiveLocalNotification only works on older iOS versions. General callbacks aren't supported and has been requested before. Please see #21. Even on iOS, the native callbacks only work when the app is in the foreground. If you only need to support those scenarios then the code is there for you to fork and add for yourself.

@MaikuB MaikuB closed this as completed Jul 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants