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

Xbox: Support to open game page on Xbox App when Installing #413

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

darklinkpower
Copy link
Contributor

Replaces the #169 PR.

Note:
Only thing of note is that it was quite tricky to make use of the URI this time. It looks like a recent update (Or at least since the last time I attempted to use the URI a few years ago) to the Xbox app introduced a bug where the URI to open the product page fails until the app has fully initialized. This issue did not occur in earlier versions of the app.

To determine when the app has fully initialized and after hours of trying different approaches, the only solution I found was to monitor a specific directory where I found that files are modified the moment the app is ready. It's not the ideal solution but it worked reliably and perfectly in all my tests. Perhaps we should be on the lookout in the future to see if this issue is fixed in an update to remove this workaround.

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

Successfully merging this pull request may close these issues.

1 participant