When building into .msi with Tauri, sendNotification works perfectly.
After packaging it into MSIX (that got submitted to Microsoft Store), the notification is not working
Line of code:
|
sendNotification(important_link_payload.message); |
I also have opened an issue related to this on Tauri plugin repository: tauri-apps/plugins-workspace#1659
When building into .msi with Tauri, sendNotification works perfectly.
After packaging it into MSIX (that got submitted to Microsoft Store), the notification is not working
Line of code:
recordscript/src/App.tsx
Line 549 in a2b92f4
I also have opened an issue related to this on Tauri plugin repository: tauri-apps/plugins-workspace#1659