Forum Discussion

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

Open URL in browser failing "Error SecurityUtil Bundle is missing handshake binder"

Hello,

I am trying to open the Oculus Quest 2 browser from my Unity application, to display a web page.

This was working reliably, but suddenly stopped with no app changes. We believe it could be due to a software update on the Quest.

We do:

Application.OpenURL("<url>");

And that used to take the user to the browser page and leave the app. This was exactly the flow we needed. Now, the app flashes black for half a second, and quickly comes back in focus. And when the user eventually quits the app manually later, then only does the browser open.

From Android Logcat, we are getting:

Error SecurityUtil Failed to verify identity of calling application for app launch flow. Bundle is missing handshake binder!

 Now, it sounds like there's a solution! Bundle is missing handshake binder, that sounds promising. But I can't find what a handshake binder is or how to add one.

 

Anyone would have any hint?
Thank you

  • This seems to be resolved, it seemed like a specific version of the Quest software broke it, but after a new update it's working again.

1 Reply

Replies have been turned off for this discussion
  • This seems to be resolved, it seemed like a specific version of the Quest software broke it, but after a new update it's working again.