08-07-2018 04:52 AM
08-07 07:35:40.645 1530 1763 E Security-LocalReporter: category=DifferentKeyIntentScope, message=Removed non-external/third-party component: intent(action = null, data= null, type= null, component = ComponentInfo{com.oculus.home/com.oculus.home.HomeActivity}, extras = [intent_cmd = {"ovr_social_launch":{"type":"DEEPLINK","launch_source":"OTHER_APP","deeplink_message":""}}, extra_launch_package_on_start = com.REMOVED, ])
08-07 07:35:40.645 1530 1763 E Security-LocalReporter: category=DifferentKeyIntentScope, message=No matching different-signature components for: intent(action = null, data= null, type= null, component = ComponentInfo{com.oculus.home/com.oculus.home.HomeActivity}, extras = [intent_cmd = {"ovr_social_launch":{"type":"DEEPLINK","launch_source":"OTHER_APP","deeplink_message":""}}, extra_launch_package_on_start = com.REMOVED, ])
08-07 07:35:40.647 4073 4118 I Clocks : ReleaseClocks - start
08-07 07:35:40.647 4073 4174 I OVRPlatform: [QueueAsyncResponseHandler] success: {"payload":"Successfully launched the application with id REMOVED"}
//link to oculus app
var options = new ApplicationOptions();
Oculus.Platform.Application.LaunchOtherApp(ID-REMOVED, options); //Launch go version
//check to see if the user deeplinked!
LaunchDetails ld = Oculus.Platform.ApplicationLifecycle.GetLaunchDetails ();
if (ld.LaunchType == LaunchType.Deeplink) {
SceneManager.LoadScene (2);
}