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

Add support for Oculus App Linking #2998

Merged
merged 1 commit into from Mar 24, 2020
Merged

Add support for Oculus App Linking #2998

merged 1 commit into from Mar 24, 2020

Conversation

MortimerGoro
Copy link
Contributor

I tried to test this using this code from a different app id:

ovrApplicationOptionsHandle options = ovr_ApplicationOptions_Create();
ovrID id = 2180252408763702;
ovr_ApplicationOptions_SetDeeplinkMessage(options, "https://www.mozilla.org");
ovr_Application_LaunchOtherApp(id, options);

But it shows the Oculus Store page with a update button.

@bluemarvin
Copy link
Contributor

I think to test you might need to upload a build to the alpha channel?

@bluemarvin
Copy link
Contributor

Also, I wanted to use JSON for the message body so we could easily add things in the future. Or even allow multiple URLs to be sent at once.

@bluemarvin bluemarvin added this to the #10 features milestone Mar 19, 2020
@MortimerGoro
Copy link
Contributor Author

Ok, I'll add a json format and then we can test with alpha channel

@bluemarvin
Copy link
Contributor

Great, just let me know when you are ready to test it.

@MortimerGoro
Copy link
Contributor Author

@bluemarvin ready for testing

@bluemarvin bluemarvin merged commit 27ba760 into master Mar 24, 2020
@bluemarvin bluemarvin deleted the v10/app_linking branch March 24, 2020 20:11
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.

None yet

2 participants