{"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
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
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
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
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