Software Archive
Read-only legacy content
17061 Discussions

How submit a app to Windows Store?

Mateus_A_
Beginner
465 Views

HI, i have updated my intel xdk, and it added the some options making possible, build apps for Windows Phone 8.1, Windows Phone 8.

So my doubt is, after successful build my app, i just download a .ZIP, containing the files:

  • CordovaApp.Phone_1.0.0.0_AnyCPU_bundle.appxupload

And inside the folder created by XDK i have:  

As it seems i got the a copy of the file:

  •    CordovaApp.Phone_1.0.0.0_AnyCPU_bundle.appxupload (file).
  •    Dependencies
    • ​Microsoft.Phone.WinJS.2.1.appx

My question is: What do i do now? Which file do i send to the Windows Store, or which i can use to test the same on Windows Phone? Since the tutorials i found the refer to binary files, or files with the extension .XAP.

Oh i'm trying to test it on a Lumia 909 with Windows Phone 8.1.

 

0 Kudos
1 Reply
Elroy_A_Intel
Employee
465 Views

The Windows Dev Center requires that you submit your application package which is the .appxupload file. The .appxupload file is meant to target Windows 10 devices.

For more information about sideloading your app package, visit https://msdn.microsoft.com/en-us/library/windows/apps/hh454036.aspx

For more in

0 Kudos
Reply