{"id":648,"date":"2019-11-05T14:01:32","date_gmt":"2019-11-05T04:01:32","guid":{"rendered":"https:\/\/learntodroid.com\/?p=648"},"modified":"2019-11-05T14:01:38","modified_gmt":"2019-11-05T04:01:38","slug":"how-to-increase-android-app-reviews-without-getting-banned","status":"publish","type":"post","link":"http:\/\/10.0.0.14:32769\/how-to-increase-android-app-reviews-without-getting-banned\/","title":{"rendered":"How to increase Android app reviews without getting banned"},"content":{"rendered":"\n

Ratings and reviews on the Google Play store have a significant impact on how Google with rank your app as well as the decision users will make to install your app.<\/p>\n\n\n\n

Reviews are also a useful feedback tool for you as a developer to improve the user experience of your app and add new features that your users want.<\/p>\n\n\n\n

This is why getting more reviews from your users is critical to help improve the visibility of your app in the store and get more downloads.<\/p>\n\n\n\n

There are techniques you can adopt within your app to drive more Google Play Store reviews and ratings, these include:<\/p>\n\n\n\n

  1. Add a review button in your app taking the user to the Play Store<\/strong><\/li>
  2. Ask the user within the app to submit a review with a timed prompt<\/strong><\/li>
  3. Respond to the reviews made by users<\/strong><\/li>
  4. Make your app worthy of a 5 star review<\/strong><\/li><\/ol>\n\n\n\n

    I will show how to implement these suggestions in more detail below. <\/p>\n\n\n\n

    Another thing to keep in mind is that there is a Google Play Store policy around User Ratings, Reviews, and Installs that you must take into consideration to ensure that your app does not get penalised for any violations. I will include some tips to ensure you are not violating this policy to prevent your app from getting banned.<\/p>\n\n\n\n

    Techniques for increasing Play Store Reviews and Ratings<\/h2>\n\n\n\n

    Add an In App review link to the Google Play Store<\/h3>\n\n\n\n

    You want to make it as easy as possible for your users to submit a review to the Google Play Store for your app. To achieve this adding a review button to your app that will take the user straight to the Play Store to submit their review is ideal.<\/p>\n\n\n\n

    You will want to consider the behaviour, appearance and location of the button to ensure the user experience of making a review is pleasant.<\/p>\n\n\n\n

    Behaviour of Review Button<\/h4>\n\n\n\n

    When the user selects the review button you will want to take them directly to your app listing page on the Google Play Store where they can leave a review.<\/p>\n\n\n\n

    You have a couple of options to achieve this:<\/p>\n\n\n\n

    1. Open your app store listing in the Play Store app<\/li>
    2. Open your app store listing in a web browser<\/li>
    3. Open your app store listing inside a WebView inside your app<\/li><\/ol>\n\n\n\n

      For Option 1 and Option 2 you will need to add an OnClickListener to the button and use an Intent to achieve this. Please see the sample code below.<\/p>\n\n\n