Forum Discussion
romanshuvalov
4 years agoExplorer
(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
- romanshuvalovExplorer
Solved, just use ovr_Application_LaunchOtherApp() from platform SDK.
- robertcoomberExpert 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.
- robertcoomberExpert Protege
I found it
ulong appID = 0000000; ApplicationOptions appOptions = new ApplicationOptions(); var request = Oculus.Platform.Application.LaunchOtherApp(appID, appOptions);
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device