I've develop a WPF application that I've converter through Desktop App Converter and runs ok.
I´ve added toast notifications calling UWP APIs from desktop app as is explained here https://blogs.msdn.microsoft.com/tiles_and_toasts/2015/10/16/quickstart-handling-toast-activations-from-win32-apps-in-windows-10/
But to be able to open the app automatically when user tap on the toast, I had to create a shortcut and register a COM component same way as https://github.com/WindowsNotifications/desktop-toasts and it's also ok.
I think It´s too much work compared with a UWP app where default behaviour is just this, open app without any code.
How could I open the app tapping toast in my converted app throw the Bridge, same way as a truly UWP?
Thanks.