cancel
Showing results for 
Search instead for 
Did you mean: 

(SOLVED) Open the store page of certain app? (Like "Buy full version" from a demo)

romanshuvalov
Explorer

I can use android's ACTION_VIEW intent to open certain URL in browser, is there correct way to do the same but for Store page, not for browser?

 

I found workarounds (https://forums.oculusvr.com/t5/Oculus-Quest-Development/Linking-To-An-App-s-Store-Page-Review-Tab/m-... but I'm not sure if they are reliable since there are no documentation for this kind of functionality.

 

Thank you.

3 REPLIES 3

romanshuvalov
Explorer

Solved, just use ovr_Application_LaunchOtherApp() from platform SDK.

robertcoomber
Expert Protege

Hi @romanshuvalov I see this function in CAPI.cs but I am not sure how to access it. Could you please explain how you call this function? Thanks.

robertcoomber
Expert Protege

I found it

ulong appID = 0000000;
ApplicationOptions appOptions = new ApplicationOptions();
var request = Oculus.Platform.Application.LaunchOtherApp(appID, appOptions);