An Android library providing a dialog, which asks the user to rate the app or give feedback. You can also use the library to show the Google in-app review easily under certain conditions.
Apache License 2.0
231
stars
40
forks
source link
Use Google in-app review if conditions are met #69
If I use .useGoogleInAppReview() the Google in-app review is shown straight away.
I like to show dialog with star rating upfront, if threshold is met show "we like to get 5 stars from you" and on rate button click not open the Google Play Store listing but open the Google in-app review.
If I use .useGoogleInAppReview() the Google in-app review is shown straight away. I like to show dialog with star rating upfront, if threshold is met show "we like to get 5 stars from you" and on rate button click not open the Google Play Store listing but open the Google in-app review.
A flow like this: