You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the problem is that WindowsAppSDK has not fully implemented the UWP notification, so you can display an immediate Windows notification via the Show method but not a scheduled one (which would actually be expected from a notification).
Conclusion is that in MAUI Windows a scheduled notification is not possible because the WindowsAppSDK does not offer it.
This should therefore be noted in the documentation, otherwise the person reading this will lose a lot of time and still not get anywhere.
Type of issue
Code doesn't work
Description
The documentation on windows implementation refers to https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/notifications/app-notifications/. There it is described how a local windows notification is realized via windowsappSDK.
However, the problem is that WindowsAppSDK has not fully implemented the UWP notification, so you can display an immediate Windows notification via the Show method but not a scheduled one (which would actually be expected from a notification).
Conclusion is that in MAUI Windows a scheduled notification is not possible because the WindowsAppSDK does not offer it.
This should therefore be noted in the documentation, otherwise the person reading this will lose a lot of time and still not get anywhere.
See also:
pc
Page URL
https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/local-notifications?view=net-maui-9.0&pivots=devices-windows
Content source URL
https://github.com/dotnet/docs-maui/blob/main/docs/platform-integration/local-notifications.md
Document Version Independent Id
a60fefdf-9ad0-349e-6ef2-7ff806a9bf6a
Article author
@davidbritch
Metadata
Related Issues
The text was updated successfully, but these errors were encountered: