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
This is a workaround for #37
Toast notifications are not supported for unpackaged apps using the
ToastNotifier. Instead of crashing, this change emits a log warning.
Eventually the WindowsAppSDK notification APIs should be used instead,
which support both packaged and unpackaged apps.
Attempting to fire a toast from an unpackaged app using the WinRT ToastNotifier API results in an error (0x80070490 / ERROR_NOT_FOUND).
Consider moving to the WindowsAppSDK APIs, which support sending notifications from both packaged and unpackaged apps.
The text was updated successfully, but these errors were encountered: