Forum Discussion

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

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

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-p/841949) but I'm not sure if they are reliable since there are no documentation for this kind of functionality.

 

Thank you.

3 Replies

  • 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.

  • I found it

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