What is the equivalent of "UWP device apps" in the new Windows App SDK?

John Le 0 Reputation points
2025-02-20T00:45:40.01+00:00

We would like to make an app and driver that gets installed when our USB device is plugged into a Windows PC.

"UWP device apps" seems to do the trick: https://learn.microsoft.com/en-us/windows-hardware/drivers/devapps/

However it looks like MS is not implementing new features for UWP and urge devs to migrate to Windows App SDK.

It there an equivalent to "UWP device apps" in 'Windows App SDK"? If so can you point us to the documentation please?

If not will there be a future update for such "UWP device apps" feature in SDK?

Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
827 questions
0 comments No comments
{count} votes

Accepted answer
  1. Roy Li - MSFT 34,086 Reputation points Microsoft Vendor
    2025-02-20T07:26:48.6733333+00:00

    Hello,

    Welcome to Microsoft Q&A!

    It there an equivalent to "UWP device apps" in 'Windows App SDK"? If so can you point us to the documentation please?

    Currently, there is no such feature documented. It is more like a driver not a normal application. But since most of the UWP APIs are also available in the WinUI3, you could try to do it in the WinUI3 app.

    If not will there be a future update for such "UWP device apps" feature in SDK?

    Based on the roadmap of the Windows APP SDK, currently there is no such feature planned. If you could share your thought in the discussion to let the team know about this.

    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.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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