Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Defaults do not create a correct Store package #4726

Open
1 of 3 tasks
TheJoeFin opened this issue Dec 20, 2023 · 0 comments
Open
1 of 3 tasks

Defaults do not create a correct Store package #4726

TheJoeFin opened this issue Dec 20, 2023 · 0 comments
Labels
bug The issue relates to the wizard not working or a problem with the generated code.

Comments

@TheJoeFin
Copy link

Describe the bug

I recently used the Template Studio for a new WinUI app and the default settings for making a packaged app for the Microsoft Store do not create a correct package which can pass the store certification.

The MSIX is too small only like 30mb and does not bundle the runtime like is should. This is the error from the Store submission.

Products may depend on non-integrated software (such as another product or module) to deliver primary functionality only as long as the additional required software is disclosed within the first two lines of the description in the Store. 

.NET Desktop Runtime

Tested devices: Dell Latitude 5400, Microsoft Surface Laptop

To Reproduce

  1. Create a new WinUI app
  2. Create an App Package
  3. Submit to the Microsoft Store
  4. Get rejected

Additional context

Defaults should always work. If users need to follow special instructions to stay on the happy path then it isn't going to happen.

<xml
    xmlns:genTemplate="http://schemas.microsoft.com/appx/developer/templatestudio">
    <genTemplate:Metadata>
        <genTemplate:Item Name="generator" Value="Template Studio"/>
        <genTemplate:Item Name="wizardVersion" Version="v5.5" />
        <genTemplate:Item Name="projectType" Value="Blank" />
        <genTemplate:Item Name="framework" Value="MVVMToolkit" />
        <genTemplate:Item Name="platform" Value="WinUI" />
        <genTemplate:Item Name="appmodel" Value="Desktop" />
    </genTemplate:Metadata>
</xml>

Applies to the following platforms:

  • WinUI
  • WPF
  • UWP

About your setup

  • Visual Studio Version: 17.8.3
  • Template Studio Wizard Version: 5.5
  • Windows Build: Windows 11 23H2
@TheJoeFin TheJoeFin added the bug The issue relates to the wizard not working or a problem with the generated code. label Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue relates to the wizard not working or a problem with the generated code.
Projects
None yet
Development

No branches or pull requests

1 participant