I'm trying to release my application targetting Windows 10 (Universal Windows) based in Cordova to existing Windows Phone 8.1 store record.
After generating app package through Store - Create App Packages I get 19 MB file named CordovaApp.Windows10_1.3.2.0_x86_x64_arm.appxbundle
. Then I upload this file to App Packages and get.
CordovaApp.Windows10_1.3.2.0_x86_x64_arm.appxbundle 18.9 MB
Package acceptance validation error: You cannot submit pre-compiled .NET Native packages. Please upload the Store appxupload file and try again.
I am working with Visual Studio 2015 Update 2 Note that I have already tried to
It's even simpler I just found out when I came across this page. Do not upload the ..._arm.appxbundle from the latest subdirectory, but select, one directory up (in ...\Myproject\AppPackages) the latest: Myproject_x.x.x.x_x86_arm_bundle.appxupload
That file will be accepted. Would be great if this would have been a bit clearer in the error message. Or that this file should be called 'ThisIsForTheStore.appxupload'.
Windows Store only accepts the generated .appxupload
package which by default can be found in /AppPackages
folder.
Any other .appx
packages are created for testing purposes only.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With