-
I just finished my MAUI application which is intended to replace an old UWP application in the Microsoft Store. But after uploading my msix file I'm getting a message in the Microsoft Store that says, "A previous submission for this app was released with a Windows 10/11 .msixbundle or .appxbundle. Subsequent submissions must continue to contain a Windows 10/11 .msixbundle or .appxbundle." So now I'm trying to figure out how to configure the project to create an msixbundle or appxbundle. I've added these two lines to my csproj...
But still every time I go to publish from Visual Studio all that's created is a single msix file. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It looks to me like this feature is missing from Visual Studio for a MAUI application. I say that because when I go to Visual Studio to publish my old UWP app, I see a dialog that says "Generate app bundle" but there is no such dialog when I publish the MAUI app. I found a workaround. It's a bit cumbersome but it seems to work.
|
Beta Was this translation helpful? Give feedback.
It looks to me like this feature is missing from Visual Studio for a MAUI application. I say that because when I go to Visual Studio to publish my old UWP app, I see a dialog that says "Generate app bundle" but there is no such dialog when I publish the MAUI app.
I found a workaround. It's a bit cumbersome but it seems to work.