Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants