android - 在 PlayStore 上对应用程序进行评级后回电

标签 android google-play rating

我可以使用以下代码将用户重定向到应用程序屏幕上的 PlayStore 来进行评分和评论

final String appPackageName = getPackageName(); // getPackageName() from Context or Activity object
try { 
    startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("market://details?id=" + appPackageName)));
} catch (android.content.ActivityNotFoundException anfe) {
    startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://play.google.com/store/apps/details?id=" + appPackageName)));
} 

但是,请给出/建议我如何知道用户是否给出了评分? 预先感谢您的帮助

最佳答案

But, please give/suggest the way how I can know that Has user Given Rating or not?

没有回调或类似的机制。

关于android - 在 PlayStore 上对应用程序进行评级后回电,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27313838/

相关文章:

android - BroadcastReceiver 无法访问互联网

android - sencha touch 应用程序中不显示文本

android - 单选按钮的 setChecked 不起作用

Android 应用内结算或沙盒

android - 绑定(bind)服务失败

MySQL - 从基本评论表中检索评级和评论摘要的最佳方法,例如谷歌

java - 向 Android 中的菜单点击事件显示一个 snackbar

android - 需要为 Android Marketplace 签名并压缩 apk 项目

php - mysql显示所有行的计算平均值

php - 尝试连接表时Mysql子查询错误(制作评级系统)