Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote connection suggestion #3

Open
quincycs opened this issue Jun 15, 2017 · 2 comments
Open

Remote connection suggestion #3

quincycs opened this issue Jun 15, 2017 · 2 comments

Comments

@quincycs
Copy link

Hey Michael

Long time no see, hope all is well.

This is a great tool thanks!

I think its particularly interesting for a QA team validating an xbox one UWP app.

One bit of suggestion is that I think it would be a better UX if the console app would search & discover apps that implement the app service it expects. That way it's very much like a remote debugger connection experience. It's somewhat tedious to write out the connection UX on the various platforms / devices.

@mscherotter
Copy link
Owner

Quincy,
Doing great.
Great suggestion but unfortunately there is no API that I know of which Console Output can discover apps that implement a service since the connection is always established by the other apps.

I will look into adding an app extension that could do something like that.

@mscherotter
Copy link
Owner

A UWP app like ConsoleOutput can host extensions with a unique name like "ConsoleOutput.Source.1" Then any app that has that named app extensions in the manifest is discoverable by ConsoleOutput as being on the system. Then ConsoleOutput can start and interact with the app providing the extension. This could be used to trigger the app to start but that is probably not the right user flow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants