How to link to your Android App with the Review Button

Discussion in 'Technical Discussion' started by Christoph, May 19, 2016.

  1. Christoph

    Christoph Miniboss Boxer

    Joined:
    Oct 4, 2015
    Messages:
    2,807
    Likes Received:
    2,309
    Hey guys, I saw that this was asked several times in the forum and thought I would post it here. This link can be used for the review button in your game.

    Linking to a Product Details Page
    Use the format below to deep-link users directly to a specific app's product details page. At the product details page, users can see the app description, screenshots, reviews and more, and then install it.

    From a web site:
    http://play.google.com/store/apps/details?id=<package_name>

    From an Android app:
    market://details?id=<package_name>

    Official source:
    https://developer.android.com/distribute/tools/promote/linking.html#OpeningDetails
     
  2. zznxajgz

    zznxajgz Boxer

    Joined:
    Mar 20, 2016
    Messages:
    24
    Likes Received:
    8
    Hello , Christoph and thanks for your support, do i have to include the deep link in the exported code for the "From an Android app" ??
     
  3. defonten

    defonten Avid Boxer

    Joined:
    Nov 21, 2015
    Messages:
    251
    Likes Received:
    29

Share This Page