Is it possible to change store package from UWP to WPF and then UWP again?

Daniel Leon 21 Reputation points
2021-01-13T19:01:27.303+00:00

Hi, I have a UWP app published on the store, I need to publish an update that uses WebView2 but as WinUI3 is still in preview I'm thinking to publish a WPF desktop only version and when WinUI3 is ready to go publish a new universal version.

Is this possible? Or is there already a release date for WinUI3 release?

Thanks in advance.

Universal Windows Platform (UWP)
Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
895 questions
0 comments No comments
{count} votes

Accepted answer
  1. Roy Li - MSFT 32,646 Reputation points Microsoft Vendor
    2021-01-14T02:24:03.367+00:00

    Hello,

    Welcome to Microsoft Q&A!

    Is it possible to change store package from UWP to WPF and then UWP again?

    In my understand, you want to publish a new version that builds by a WPF project. Then publish another new version builds by a UWP project when the WinUI3 release, right?

    This is possible, you just need to make sure that your project follows the store policies. Another thing that you need to know is that you could not upload a WPF project to the store directly. You might need to package an MSIX package from your WPF project and upload the MSIX package to the store.

    You could refer to this document for how to package an MSIX package.

    Thank you.


    If the response is helpful, please click "Accept Answer" and upvote it.
    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.

    0 comments No comments

0 additional answers

Sort by: Most helpful