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
Hello, this is a very specific question as most people do not deploy python programs onto the Microsoft Store.
Here is what I am trying to do. Most of the details can be ignored:
Packaged .py to an exe with nuitka or pyinstaller. Actions work with a custom aumid I make.
However, when I then bundle my exe using MSIX, the program runs in a sandboxed environment and is required to have the aumid of the Windows App Package. I hardcoded this in and my actions show up on the toasts correctly but I am unable to receive any actions.
It does not unfortunately. I did a lot of research into it, and it seems that windows has the option of "re-routing" the notification actions using com. I found a way around it which is not ideal (by removing notification specific code from my MSIX app manifest for anyone who finds this later) but the real solution would be to implement this link https://learn.microsoft.com/en-us/windows/apps/design/shell/tiles-and-notifications/send-local-toast-desktop-cpp-wrl in c++ and then load that into Python. Unfortunately that is out of my area of expertise so I am currently sticking with my workaround.
Hello, this is a very specific question as most people do not deploy python programs onto the Microsoft Store.
Here is what I am trying to do. Most of the details can be ignored:
Packaged .py to an exe with nuitka or pyinstaller. Actions work with a custom aumid I make.
However, when I then bundle my exe using MSIX, the program runs in a sandboxed environment and is required to have the aumid of the Windows App Package. I hardcoded this in and my actions show up on the toasts correctly but I am unable to receive any actions.
I think this has something to do with the solution but I am not sure: https://learn.microsoft.com/en-us/windows/apps/design/shell/tiles-and-notifications/send-local-toast?tabs=desktop-msix#step-3-handling-activation
Of course this is not an issue with this library at all. I am just looking for any suggestions or pieces of wisdom you may have :).
The text was updated successfully, but these errors were encountered: