如何检查用户是否在Google Play上评价了您的应用? [英] How do you to check if a user has rated your app on the Google Play?

查看:684
本文介绍了如何检查用户是否在Google Play上评价了您的应用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想查看一下用户是否在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") ) );


推荐答案

你不可以做这个。这也是一件好事 - 否则你可以通过给予评价奖励的人来影响评级。另外,如果这样的API可用,开发人员将能够对负面评论进行报复。如果Google开始披露这些数据,这也可能违反了用户与Google之间的某些法律协议。

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 to retaliate to negative reviews if such an API were available. This might also violate certain legal agreements between the User and Google if Google starts revealing this data.

然而,这正是我个人在我的应用中所做的:

However, this is what I personally do in my apps:


  1. 让用户使用应用5次,以获得良好的感觉。

  2. 提示用户打开在第六次运行中用是,稍后从不。稍后将延迟两天。

  1. Let the user use the app 5 times, to get a good feel of it.
  2. Prompt the user on the sixth run to rate it with options for Yes, Later and Never. Later delays it by two days.

这篇关于如何检查用户是否在Google Play上评价了您的应用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆