UWP app not working properly on other PCs except mine

Sadegh 21 Reputation points
2021-07-28T11:27:27.71+00:00

UWP app is using local network to connect to a Digital Billboard. It does'n connect to Billboard on other PCs. Except mine that I built the app on that. And also works fine on a fresh windows 11 preview.
I checked the app in Firewall. And compiled with x64 and x86 with its SDKs but same result.
It seems it's missing some requirements but I don't know what things.
Thanks in advance.

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

Accepted answer
  1. Peter Smith 581 Reputation points Microsoft Employee
    2021-07-30T18:32:38.537+00:00

    Maybe try enabling the [privateNetworkClientServer][1]? By default apps can't access the local network.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Nico Zhu (Shanghai Wicresoft Co,.Ltd.) 12,851 Reputation points
    2021-07-29T03:14:01.587+00:00

    Hello, Welcome to Micorosoft Q&A,

    UWP app is using local network to connect to a Digital Billboard.

    The problem is the app enable network loopback default, If you run it with visual studio.

    118809-image.png

    If you installed the app by sideload way to other machine, please refer this document to enable app network loopback manually.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    2 people found this answer helpful.
    0 comments No comments