-
Couldn't load subscription status.
- Fork 1.5k
Description
Is there a specific reason why you can't find an example of local notification in Windows anywhere?
This is also the case here in your example, you can see the implementation for Android and iOS but not for Windows?
Thanks to the gitHub project by @gurrenm3 (see https://github.com/gurrenm3/Toast-Notifications-with-.Net-Maui), I am able to generate a local notification with MAUI for Windows a desktop app , but there is a big problem here. It is not possible to read the passed ID of the notification when restarting the Windows app. This is particularly frustrating if you are managing f.e. calender events, and the app opens (after the user has clicked on the notification displayed in Windows), because then the user has to select the corresponding calendar entry himself!
So can someone here please explain how to properly implement a local notification in a MAUI Windows desktop with passed ID? Or is this not possible at all?
The corresponding project is here https://github.com/true-perfect-code/MAUIWinDesktopLocalNotif/tree/master
Thanks a lot
pc
