Kenneth
Kenneth
At the moment, `onSelectNotification` is only called once. After a toast is clicked and the callback is invoked, for some reason Windows would not invoke the callback anymore whenever subsequent...
Sorry for the silence, I am currently busy with courseworks. At the moment I am still stuck with the issue above. I would really appreciate it If anyone can help...
Ahh i see the issue now, its `REGCLS_MULTIPLEUSE` vs `REGCLS_SINGLEUSE`. I can't believe I have missed such an obvious thing. Thank you so much.
Thanks for bring that to attention, I'll investigate how to handle msix apps as well.
@sidevesh Can you test if the latest commit fixes your issue?
Thanks for reporting, it's an easy fix.
@sidevesh the issue should be fixed.
> after the latest commit, I am able to build the app but notification has stopped showing up now. >I had actually made a simple patch earlier replacing the CreateToastNotifier...
@sidevesh From the issue you linked earlier, @azchohfi mentioned: > For deciding whether to use the overloaded method... HasIdentity true = CreateToastNotifier() HasIdentity false = CreateToastNotifier(myAumid)" I have in fact...
I am struggling to understand why it would stop working altogether. Exams are coming up for me; I'll start working on it again after exams.