|
|
EZ Notification Forwarder is a Windows UWP app
that can be obtained only from the Microsoft Store:
|
|
→ ms-windows-store://pdp/?productid=9N24PDJ4361R
|
|
Read more about EZ Notification Forwarder on the product web page:
→ https://apps.microsoft.com/detail/9N24PDJ4361R
|
|
EZToastFactoryApp
To create custom test toasts you can use the
→ EZToastFactoryApp.
With this .net based windows console app it's easy to
create simple toasts with "title" and "content" from the windows command liine.
Simply run "EZToastFactoryApp.exe" with two arguments, for example:
CMD> EZToastFactoryApp.exe "Toast title" "Toast content"
|
|
Receiver Client Test App
For a quick peek into the actual transfered data you can use the
→ NotificationLibTestApp.
The .net based windows desktop app will start a simple http server and will
dump the request data to the screen:

Even more details about the received request will
be logged within within the app's log file.
|