You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :-)
The text was updated successfully, but these errors were encountered:
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.
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 :-)
The text was updated successfully, but these errors were encountered: