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

[win_toast] Not working on Windows 10 after installation #64

Closed
Yanis01 opened this issue Feb 10, 2022 · 3 comments
Closed

[win_toast] Not working on Windows 10 after installation #64

Yanis01 opened this issue Feb 10, 2022 · 3 comments
Labels
bug Something isn't working win_toast

Comments

@Yanis01
Copy link

Yanis01 commented Feb 10, 2022

Hello,
I developed a flutter app for Windows 10 and I am using win_toast for the notification.
It seemed to be working fine while I was developing, but after I installed the application with the msix the notifications are not working anymore.
I can still see the image and the text but the action buttons do not appear anymore and the title of the notification is not the one that should be displayed, instead I see the identifier of the app with a code as you can see in the image below.

notification_win_toast

@boyan01 boyan01 added bug Something isn't working win_toast labels Feb 10, 2022
@sidevesh
Copy link

sidevesh commented Mar 20, 2022

Facing the same issue, I think this might be happening because win_toast is for Win32 apps and it requires AUMID and some other properties set on the Start shortcut file which, in case of msix packaging is not created.

@sidevesh
Copy link

@Yanis01 were you able to solve the issue ?

@boyan01
Copy link
Contributor

boyan01 commented Sep 6, 2022

should fixed by #142

@boyan01 boyan01 closed this as completed Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working win_toast
Projects
None yet
Development

No branches or pull requests

3 participants