Skip to content

How to implement Widgets Provider in a vanilla UWP app? #3832

Answered by beervoley
martinsuchan asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @martinsuchan, thanks for your interest in Widgets Platform :)

To answer your questions in order:

  1. There's no way to integrate Widgets with the UWP app directly. Widget Providers require Medium IL (=Integrity Level) to run and access required COM functionality but UWP apps are being run in AppContainer which is Low IL by design.
    So to implement and enable a WidgetProvider - you'll need an app that can run in Medium IL. The easiest way to get a WidgetProvider working with a UWP app is to use a desktop extension. In essence, the idea is the same as you've already discovered in that guide: make a separate desktop app that will act as a WidgetProvider and communicate with it from your UWP …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@beervoley
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by beervoley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants