Background Task with Appservice in Winui3 #5347
Closed
VishyBala007
started this conversation in
Dev team discussions
Replies: 2 comments 2 replies
-
I asked about it on the newest "WASDK Universal BG Task API" (whether it runs inside AppContainer or not) here: @godlytalias as the author may know it better. there's also
|
Beta Was this translation helpful? Give feedback.
2 replies
-
It worked |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
When I was using UWP, I created background service which will start an App service so that I can trigger Notifications from outside my app, for example console app. I will connect to App service from console app and app service will receive the request
and push the toast.
And this background service was running after I install the UWP app.
Now when I move to WinUI3, background task not working it says either in-process or out process.
Can I have a sample in winui3 which can do the above thing even if I don't launch the UI and background service starts after installing the msix
Beta Was this translation helpful? Give feedback.
All reactions