Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
manvith24's avatar
manvith24
Honored Guest
5 months ago

Linking to App's Store Page from Unity App

I am trying to implement functionality in a Unity app that navigates the user directly to the Reviews tab of the app’s page in the Meta Store.

Attempts so far:
- Using deep linking opens the Meta Store Info page instead of the Reviews tab.
- Using Application.OpenURL() with #reviews appended to the URL also redirects to the Info page rather than the Reviews tab.

I also tried the method listed here:
Linking To An App's Store Page Review Tab | Meta Community Forums - 841949

Is there a way to navigate users directly to the Reviews tab of a game’s store page from Unity App?