-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
onDidReceiveNotificationResponse DID NOT TRIGGER WHEN APP IS IN FOREGROUD #2390
Comments
i have face same issue did get any solution? |
i have this problem too |
Same problem here, running on Android, any solutions, are we missing some specific setup? |
Worked-around using response here: #2315 (comment) |
For those that say that they are facing this issue, check to ensure you have done all the configuration mentioned in the readme. If you have done so and still face an issue, please provide a link to a repository hosting a minimal app that can reproduce the problem. This could be one you've created yourself or another way is to fork the repository and update the example app Edit: please also mention the platform you encounter the issue on. If you provide a the repo, also include mention that Flutter version. Expectation is I should be able to clone the repository and reproduce the issue easily. Providing code snippets doesn't help as it's missing the native configuration |
@MaikuB On tap not working for me as well, in IOS. return await _flutterLocalNotificationsPlugin.initialize(
|
@itsatishay the configuration needed is in the readme. You'll need to provide a link to repo hosting a minimal app that can reproduce the issue. I've asked in other threads that the community provides a link to a minimal repo hosting an app to reproduce the problem but haven't gotten a (favourable) response. This is the best way to identify if there is a legitimate issue or that developers haven't completed the expected configuration |
@Abdulah-butt could you provide a repository link of your example code for MaikuB investigate ? |
The text was updated successfully, but these errors were encountered: