I am trying to create a more ordered link to evaluate the application.
From an Android application, you can simply link to the application page in the playback store market://details?id=<package_name> However , this is connected to the top of the application page, and the user must scroll down to find control over the ratings.
Generally, the less action required, the more likely it is that the user must go through. (For example, if they accidentally scroll past the rating control, they will most likely return to what they did before.) Therefore, ideally, the βRate on storeβ button in the application can not only open the corresponding page in the game, but open it to the correct one header. The documentation does not indicate how to do this, or does it in a non-obvious place.
There is an old question. Here , where it was decided to add & reviewId = 0 to the market link. those. market://details?id=<package_name>&reviewId=0 Unfortunately, this method no longer works.
Is there currently a working way to associate a user directly with the correct position on the Google Play store page to evaluate the application?
source share