Share via

ApplicationTrigger doesn't work with multi-instance UWP app?

Brown, Marcus E 21 Reputation points
2022-02-17T19:40:49.937+00:00

I created a UWP app and a background task. I've successfully been able to use ApplicationTrigger to trigger the background task out-of-process. I then added multi-instance support to the UWP app and since then, the ApplicationTrigger seems to do nothing. The background task does not activate; there are no exceptions or warnings of any kind; just nothing happens.

The documentation for ApplicationTrigger is here: https://learn.microsoft.com/en-us/uwp/api/windows.applicationmodel.background.applicationtrigger?view=winrt-22000

Should this trigger work in a multi-instance UWP app?

Developer technologies | Universal Windows Platform (UWP)

Answer accepted by question author

Anonymous
2022-02-23T02:27:27.91+00:00

Hello,

Welcome to Microsoft Q&A!

I've talked to the team about this behavior. This issue has been logged as a known issue on our list. You could also report this behavior in the Feedback Hub. But currently, there is no workaround for this behavior. Our suggestion is to avoid using the application trigger and multi-instance UWP app in the same scenario.

Thank you.


If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.