You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a UWP app which I am currently running on a Windows 10 PC using 1803. I can discover a RemoteSystem for my Pixel 2 running Android 9 but when I try to launch a uri on the phone using http
var rscr = new RemoteSystemConnectionRequest(remote);
var uri = new Uri("http://www.google.co.uk");
var status = await RemoteLauncher.LaunchUriAsync(rscr, uri);
I get RemoteSystemUnavailable.
Also, if I query capabilities all of them return false.
I am able to use 'continue later' from the phone to the PC.
What's the best way to diagnose this?
The text was updated successfully, but these errors were encountered:
I am still working at MSFT but have forgotten the details of this issue now since a few years has passed.
Thank you for reply. Perhaps, Project Rome not too easy thing for reanimation.... There are many technical problems... The program managers are silent :( Sorry that I disturbed you.
I have a UWP app which I am currently running on a Windows 10 PC using 1803. I can discover a RemoteSystem for my Pixel 2 running Android 9 but when I try to launch a uri on the phone using http
I get RemoteSystemUnavailable.
Also, if I query capabilities all of them return false.
I am able to use 'continue later' from the phone to the PC.
What's the best way to diagnose this?
The text was updated successfully, but these errors were encountered: