[UWP]解决应用程序内容URI规则Windows运行时访问

人气:178 发布:2022-09-22 标签: wpdevelop

问题描述

是否有解决方案来启用'privateNetworkClientServer'?设置Windows运行时访问权限设置为全部的内容URI时的功能?

示例:

< uap:ApplicationContentUriRules> < uap:Rule Match =" ms-appx-web:///"类型="包括" WindowsRuntimeAccess = QUOT;所有" /> < / uap:ApplicationContentUriRules> 

这严重限制了我正在开发的应用程序的功能。任何帮助都将不胜感激!

解决方案

所以......................没有人会试图回答我的问题吧。 .........

Is there a work around to enable 'privateNetworkClientServer" capability when setting a content URI that has Windows Runtime Access set to all?

Example:

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

This seriously restricting the functionality of the application I'm developing. Any help would be most appreciated!

解决方案

So......................no one is even going to attempt to answer my question huh smh..........

701