Detect if the user rated the app in Android(检测用户是否在 Android 中对应用进行评分)
问题描述
最近我读到一篇关于市场上一款游戏的文章(我不会给出名字,因为我认为这种做法对 Android 是负面的,不想宣传它)如果你不允许更新尚未在市场上评级为 5 星.
Recently I read a article about a game in the market (I won't give the name because I think it that practices are negative for Android and don't want to publicize it) that don't allow to update if you have not rated 5 stars in the market.
这就是文章所说的,我想知道这是否可以检测到,如果可以,该怎么做(我只需要知道用户是否对应用进行了评分,不需要分数)
Thats what the article says and I'd like to know if that is detectable and if yes how to do it (I only need to know if the user rated the app, don't need the score)
谢谢
推荐答案
最近我读到一篇关于市场上一款游戏的文章(我不会给出名字,因为我认为这种做法对 Android 是负面的,不想宣传它)如果你不允许更新尚未在市场上评级为 5 星.
Recently I read a article about a game in the market (I won't give the name because I think it that practices are negative for Android and don't want to publicize it) that don't allow to update if you have not rated 5 stars in the market.
如前所述,这是不可能的.应用程序无法阻止自身被更新.现在,它有可能在下次运行时检测到更新,然后采取一些措施.
This is not possible as described. An application cannot prevent itself from being updated. Now, it is possible that it can detect the update when it is next run and then take some action.
我想知道这是否可以检测到,如果可以,该怎么做
I'd like to know if that is detectable and if yes how to do it
没有记录和支持的方法来执行此操作.如果它可能在 root 电话之外,我会感到震惊 - 否则这是一个安全漏洞.
There is no documented and supported means of doing this. I'll be stunned if it is possible outside of rooted phone -- it's a security flaw otherwise.
这篇关于检测用户是否在 Android 中对应用进行评分的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:检测用户是否在 Android 中对应用进行评分
基础教程推荐
- 修改 void 函数的输入参数,然后读取 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
