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

Alice on tap notification on both android and ios is not woking #172

Open
DevThurain opened this issue Mar 29, 2024 · 0 comments
Open

Alice on tap notification on both android and ios is not woking #172

DevThurain opened this issue Mar 29, 2024 · 0 comments
Assignees
Labels
new issue New issue which has not been checked yet

Comments

@DevThurain
Copy link

#Alice 0.4.1
Alice notification on tap is calling my local onDidReceiveNotificationResponse

......
flutterLocalNotificationPlugin.initialize(initializationSettings,
onDidReceiveNotificationResponse: (detail) {
onSelectNotification("payload");
});

static Future onSelectNotification(String? payload) async {
debugPrint("local noti");
if (payload != null) print('Get payload $payload');
}
.....

It is using my onDidReceiveNotificationResponse instead of calling Alice core.

@DevThurain DevThurain added the new issue New issue which has not been checked yet label Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new issue New issue which has not been checked yet
Projects
None yet
Development

No branches or pull requests

2 participants