apache cordova - How to configure my app with capability "PrivateNetworkClientServer" and keep possibility to pass "WACK" test -
i working on apache cordova win 10 windows-x86 store app data exchanging microcomputers collecting measurements, connected entirely local network.
i tested app capability "privatenetworkclientserver" , deployed in form of "*.appx" package. working.
but "privatenetworkclientserver" capability forbidden windows store setting in "package.windows10.appxmanifest" this:
"uap:rule match="ms-appx-web:///" type="include" windowsruntimeaccess="all" "
i have tried change setting or remove (by default windowsruntimeaccess="none"), after running "build" part of manifest returned initial state.
how configure app capability "privatenetworkclientserver" , keep possibility pass "wack" test.
i appreciate suggestions. thank you.
to have access win store app web api in local network using "fiddler4" exemption now, still hope find more simple solution. same cordova app, built visual studio android, works in same local network without quirks.
Comments
Post a Comment