Software Archive
Read-only legacy content
17061 Discusiones

Unable to publish app on Windows Store

Rahul_G_2
Principiante
827 Vistas

I tried to publish mobile app number of time (developed using XDK) on windows store, but getting status failed.

After compiling XDK it provides .appxupload file which I uploaded to publish on windows store but I am getting status Failed with message App is not testable. getting message as given below.

Locations: CordovaApp.Phone_2.0.0.2_AnyCPU.appxbundle

Tested Devices: 630

Notes To Developer

The app silently terminates at launch.

Steps to Reproduce:
1. Launch the app.
2. Observe the app unexpectedly terminates at launch and is not testable.

 

I have tested the application on windows 10 intel's app preview, it is working fine, but unable to understand why it is terminating while certification on windows store. Can anyone suggest how can I debug this issue at my end before publishing it on windows store.

 

 

0 kudos
3 Respuestas
Swati_S_Intel1
Empleados
827 Vistas

There have been several issues with Windows build due to changes in the webview. Try including this script in your code: https://github.com/xmnboy/xdk-win8x-compat.js

Please see more details in this post : https://software.intel.com/en-us/forums/intel-xdk/topic/607055

Rahul_G_2
Principiante
827 Vistas

Thanks..

Can we test the windows app on device before publishing on windows store?

Swati_S_Intel1
Empleados
827 Vistas

Yes, use the Intel App Preview app to test your code on device. 

Responder