How to redirect user to the review tab of the app page on Google Play from a browser?

前端 未结 2 1407
走了就别回头了
走了就别回头了 2021-02-03 12:41

I have an app published on google play. I want a url that redirects users to the review tab on the app\'s page on google play!

In the documentation of publishing an app,

相关标签:
2条回答
  • 2021-02-03 13:23

    Here's a hack that works: append &reviewId=0 to the end of the URL.

    The reviewId parameter allows you to link to a particular review, but if the review is not found, you simply end up in the "User Reviews" tab.

    Example: https://play.google.com/store/apps/details?id=com.cureatr.messenger&reviewId=0

    0 讨论(0)
  • 2021-02-03 13:28

    Just to update this, I don't think this is possible anymore. It does not say so in the Linking to Google Play documentation: https://developer.android.com/distribute/marketing-tools/linking-to-google-play

    Just redirect to the page of your application, "Rate this App" part is seen right away and user can see the "Write a review" link too.

    0 讨论(0)
提交回复
热议问题