Reputation: 107
I have created a Xbox app using UWP and side loaded it to Xbox but I cant access the local host but can access the server though. I checked and found a solution like disable network isolation but that's for app side loaded in PC. How can I do that in Xbox.please help
Upvotes: 1
Views: 241
Reputation: 732
Connect to your Xbox through PowerShell via IP with this command:
for getting App Package Family Name go to Package.appxmanifes file > Packaging tab > Package Family Name
Upvotes: 0
Reputation: 39102
Try to enable the Private Network Client/Server capability in the Package.appxmanifest
file by opening it, switching to the Capabilities tab and ticking the box next to this capability. This enables localhost network communication.
Upvotes: 0