-
Notifications
You must be signed in to change notification settings - Fork 99
Description
I am trying to send messages between an UWP desktop app and an app service running on Xbox One. The RemoteSystemWatcher is able to discover Xbox One machines, but any attempts of opening a connection with them end up with the RemoteSystemUnavaiable AppServiceConnectionStatus.
I got this result every time on mutiple Xbox One machines with 10.0.18362.5047 Windows OS. Analogous communication attempts between two PCs work just fine. RemoteSystem.FindByHostNameAsync() method also doesn't work, it returns null every time an Xbox machine is being looked for. The Xbox one machines are also not able to create a localhost connection.
EDIT: It turns out that the problem is that the app service provider is an multi-user application. Is it possible to succesfully communicate with such app service remotely using AppServiceConnection?