ovr_Application_LaunchOtherApp Function
Launches a different application in the user's library. If the user does not have that application installed, they will be taken to that app's page in the Oculus Store ovrMessage_Application_LaunchOtherApp will be generated in response.
If no error occurred, the message will contain a payload of type const char *. Extract the payload from the message handle with
ovr_Message_GetString().
ovrRequest ovr_Application_LaunchOtherApp(ovrID appID, ovrApplicationOptionsHandle deeplink_options)
appID: ovrID
The ID of the app to launch