Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Anonymous's avatar
Anonymous
8 years ago

Deep-linking from chrome to Gear VR App

Hello everyone!

I currently am working on getting a deep-linking feature working for my app I set up. The flow behind it should match as close as possible to my already working app for cardboard. Which is the user clicks a button to open a link which contains the deep-link URL. Then the app will open with the link passed through. My app will then parse the query string and get the data it needs out of that and continue a long the lines of its normal functionality.

I have done some heavy research when it goes to deep-linking and how it uses the Android Activity to function. Gear VR seems to use its own activity which doesn't have any deep-linking functionality that I can find. Any help would do!

Thanks,
Nick  :)

1 Reply

Replies have been turned off for this discussion
  • Anonymous's avatar
    Anonymous


    Hi,

    Welcome to the Oculus Developer Forums.

    Regarding this:

    Gear VR seems to use its own activity which doesn't have any deep-linking functionality that I can find.

    This is currently not doable, however the framework is there for it to work like this. This feature will be available in the near future, but there is no current ETA.




    Awesome, thanks for the answer!
    Nick