Windows App Certification Failed Universal Windows App 10

帅比萌擦擦* 提交于 2019-12-23 23:57:12

问题


I have developed a windows 10 universal app using Html,css and JS. For allowing inline scripts i am using ms-appx-web context and has set ms-appx-web:///login.html as start page in manifest.

I have added ApplicationContentUriRules in manifest file.

<uap:ApplicationContentUriRules> <uap:Rule Match="ms-appx-web:///" Type="include" WindowsRuntimeAccess="all" /> </uap:ApplicationContentUriRules>

When I tried to create app package for my app in release mode, Windows App Certification Kit - Test Results shows Overall result: FAILED.

I am allowing microphone, video library and Internet access to app.

My app needs access to internet, microphone and video library. How can I resolve this issue and create my app package successfully using Certification Kit?

and it shows this error also:

How can I handle app prelaunch without using WinJS Library?

来源:https://stackoverflow.com/questions/39492921/windows-app-certification-failed-universal-windows-app-10

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!