Failed to submit UWP app with an error "You cannot submit pre-compiled .NET Native packages"

PeterWu 191 Reputation points
2021-01-19T18:51:46.47+00:00

Hi.
I developed a UWP app with desktop bridge that enables AppService feature following MSFT's sample code on GitHub.

In my solution file, I have projects as below:

  1. UWP app project
  2. UWP class library project
  3. Google FlatBuffers .NET class library project
  4. Desktop Bridge (C++ desktop application project)
  5. Windows application packaging project (adding UWP app and bridge app as references)

For some reasons, I need to create a sideload package and submit it via Partner Center.
After creating the package (extension name is msixbundle) from WAP project and trying to upload it to store, it shows "You cannot submit pre-compiled .NET Native packages".
Could anyone provide some tips for me to solve this problem?

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
{count} votes

Accepted answer
  1. PeterWu 191 Reputation points
    2021-01-22T08:51:51.237+00:00

    According to Roy's comments, to create a package for uploading to Microsoft Store, it is necessary to use a developer account to associate the application with the store by Visual Studio.
    After that, you can use the publish wizard or MakeAppx to create upload package for uploading to Microsoft Store.

    0 comments No comments

0 additional answers

Sort by: Most helpful