且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

您如何检查用户是否在 Google Play 上为您的应用评分?

更新时间:2022-12-31 10:14:35

没有.你不能做这个.这也是一件好事——否则你将能够通过给予评分者奖励等来影响评分.此外,如果此类 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. 提示用户在第六次运行时使用YesLaterNever 选项对其进行评分.后来推迟了两天.
  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.