How do you to check if a user has rated your app on the Google Play?
问题 I want to check to see if a user has rated my app on the Google Play, not how many stars, just if they have. And if they haven\'t I will prompt them with a dialog asking them to rate it with this code: startActivity( new Intent( Intent.ACTION_VIEW, Uri.parse(\"market://details?id=packagename\") ) ); 回答1: No. You cannot do this. And this is a good thing too -- otherwise you will be able to influence rating by giving people who rated it rewards and such. Additionally, developers would be able