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

onDidReceiveBackgroundNotificationResponse callback doesn't in background #2315

Open
koutja opened this issue May 3, 2024 · 2 comments
Open

Comments

@koutja
Copy link

koutja commented May 3, 2024

Describe the bug

I ran the project from the example folder and I don't have notificationTapBackground called in the example onDidReceiveBackgroundNotificationResponse: notificationTapBackground

await flutterLocalNotificationsPlugin.initialize(
    initializationSettings,
    onDidReceiveNotificationResponse: (NotificationResponse notificationResponse) {
      notificationTapBackground(notificationResponse); // it works
    },
    onDidReceiveBackgroundNotificationResponse: notificationTapBackground,  // it doesn't work
  );

notificationTapBackground

@p3pp8
Copy link

p3pp8 commented May 6, 2024

Same to me, it seems to not work properly!

@dshevchenkoo
Copy link

Same problem

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

3 participants