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.
連結已複製
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
