UWP Tips & Tricks #6 – Acceptance validation error-You cannot submit pre-compiled .Net Native packages

When trying to upload the appx file of the UWP app to the Windows store , you would generally get the below error.

Package acceptance validation error: You cannot submit pre-compiled .NET Native packages. Please upload the Store appxupload file and try again.

In case you encounter the same issue , you can follow the below steps to resolve this.

The UWP App should be compiled with .NET Native tool chain in release mode to be published to the store. For the Windows 10 package , you will need to upload the .appxupload file instead of the appx file.

When you generate the package file , you will need to select “Yes” for the “Do you want to build packages to upload to the Windows Store”.
image

This would generate the .appxupload file in the AppPackages folder. You just have to upload this to the store to get rid of the above error on submitting the app to the store.

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you will learn about sync provider notifications in Windows 11 and how to disable or enable it...
In this tutorial, let’s learn how to enable or disable the startup sound in Windows 11. By default, when Windows...
The CameraCaptureTask allows the Windows Phone 7 App to launch the Camera Application . This will be useful when the...