揭开均线系统的神秘面纱

During the #11WeeksOfAndroid the new Play In-App Review API was announced. This was a long due functionality that the Play team made available via the Play Core library.

d uring的#11WeeksOfAndroid新的Play应用审查API被公布。 Play团队通过Play Core库提供了这项应有的功能。

While most of the feedback has been positive, we have seen some concerns from developers who need to adapt their UI flow to the requirements of the new API. To address these concerns, I would like to explain some of the decisions taken and provide some further guidance to make the most of the API.

尽管大多数反馈都是积极的,但我们已经看到了一些开发人员的担忧,他们需要使其UI流程适应新API的要求。 为了解决这些问题,我想解释一些决策,并提供一些进一步的指导,以充分利用API。

“为什么API不提供任何信息?” (“Why is the API not providing any information?”)

Given the criticality and potential for misuse of an API that would expose users’ reviews or even notify if the review panel was shown, the team has designed the API prioritising user privacy and experience.

鉴于滥用API的重要性和潜在可能性,该API会暴露用户的评论,甚至通知是否显示了评论面板,因此该团队设计了API,将用户的隐私和体验放在优先位置。

While this might seem that it is making developers’ lives harder, I believe that it’s not the case. The API is simple to use (just two method calls!) and designed for the developers’ benefit, while also balancing users’ privacy and preventing the incentivising of unwanted behaviours. The important point is to know “when to use it”.

尽管这似乎使开发人员的生活更加艰难,但我认为事实并非如此。 该API易于使用(只需两个方法调用!),并且为开发人员的利益而设计,同时还平衡了用户的隐私并防止了对不良行为的激励。 重要的是要知道“何时使用”。

“审阅面板变蓝了” (“Review panel comes out of the blue”)

The API is NOT “randomly” showing the review panel. Instead, the developer decides the best place and moment to launch the review flow.

API不是“随机”显示审阅面板。 而是由开发人员确定启动审核流程的最佳地点和时间。

What is true, is that the API was designed (as explained above) to protect users. This is done by not providing information if the review was shown and by not always showing the review flow (see “quota”).

的确,API的设计(如上所述)可以保护用户。 这是通过不提供信息(如果显示了评论)以及不总是显示评论流程(请参阅“配额”)来完成的。

This prevents possible misuses, for example, apps enforcing users to rate them or misleading UIs that would only promote “5 stars” (see “When to request an in-app review”).

这样可以防止可能的滥用,例如,强迫用户进行评分的应用程序或只会提升“ 5星”的误导性UI(请参阅“何时要求应用程序内审阅”)。

“我可以将API用于“为我评分”按钮” (“Can I use the API for my “rate me” button”)

As explained above, the API should NOT be triggered from a call-to-action (i.e “rate me” button) instead it should be triggered as part of the user flow.

如上所述,该API应该从一个号召性的行动(即“速度我”按钮),而不是它应该被触发的用户流程的一部分触发。

Otherwise, the user might not see any action happening after clicking the button if the conditions for showing the review dialog were not met.

否则,如果不满足显示查看对话框的条件,则用户在单击按钮后可能看不到任何动作。

“我的应用程序没有任何“成功”屏幕,因此我无法触发评论” (“My app does not have any “success” screen, so I cannot trigger the review”)

There are plenty of other situations where launching the review would be appropriate. For example, after the user has used the app X times or for longer than Y days. The review flow could be launched after application starts, just make sure not to over-trigger it and continue with your user flow after the review completes.

在许多其他情况下,启动审查将是适当的。 例如,在用户使用该应用X次或超过Y天之后。 审核流程可以在应用程序启动后启动,只需确保不要过度触发即可,并在审核完成后继续您的用户流程。

“此行为将导致用户对我的应用进行差评” (“This behavior will cause users to rate my app poorly”)

Some of the early adopters have shown that when placed in the right place, the API can help users, that would maybe never have rated the app otherwise, to write a review when asked.

一些早期采用者已经表明,如果放置在正确的位置,API可以帮助用户(可能永远不会对应用程序进行评级),在被询问时撰写评论。

At the same time, if the API is misused it could definitely have a counterproductive effect.

同时,如果API被滥用,肯定会产生适得其反的效果。

“我可以使用一些解决方法来查看是否显示了审核面板” (“I can use some workaround to find if the review panel was shown”)

Congrats! While a workaround might seem viable it’s still a workaround, and basing your production code on internal implementation details is dangerous. Plus it defeats the design purpose, which could backfire with negative effects.

恭喜! 尽管解决方法似乎可行,但仍然是解决方法,将生产代码基于内部实现细节是危险的。 另外,它违反了设计目的,而设计目的可能会适得其反。

“ API不可靠且无法正常工作” (“The API is unreliable and not working”)

The API has strict requirements to work, as explained in the “Test in-app reviews” section. The most common mistakes are:

如“测试应用内评论”部分所述,API具有严格的工作要求。 最常见的错误是:

  • Not using an app that is published to Google Play

    不使用发布到Google Play的应用

  • Using an account that never installed the app via Google Play or an account that already reviewed the app.

    使用从未通过Google Play安装过该应用程序的帐户或已经查看过该应用程序的帐户。

  • The primary account (and the one that installed the app) is NOT selected when having multiple accounts in the device.

    当设备中有多个帐户时,不会选择主帐户(和安装应用程序的帐户)。

For more, check the troubleshooting section.

有关更多信息,请参阅故障排除部分。

“我必须知道配额是多少! 我应该如何知道多久进行一次审核?” (“I must know what the quotas are! How am I supposed to know how often to ask for review?”)

Given the API design of not providing completion/result feedback, the quota mechanism is designed to help developers avoid the misuse of the API and over-triggering the review request. The exact quota is an implementation detail, and they are subject to change in the future.

考虑到API设计不提供完成/结果反馈,配额机制旨在帮助开发人员避免滥用API和过度触发审阅请求。 确切的配额是实施细节,将来可能会更改。

Instead of trying to figure out the quota, the app should add its own logic (when/where is the best time to request for review) and rely on the API to launch the review when conditions apply.

该应用程序应尝试添加自己的逻辑(何时/何处是请求审查的最佳时间),而不是试图找出配额,并在适用条件下依靠API发起审查。

那么……使用API​​的最佳方法是什么? (So… what’s the best way to use the API?)

There is no single way or “best way”, furthermore every app has different use cases and user base. Although, the following suggestions might help you:

没有单一的方式或“最佳方式”,而且每个应用程序都有不同的用例和用户群。 虽然,以下建议可能会对您有所帮助:

  • Ensure the user has experienced the app before launching the review flow.

    在启动审阅流程之前,请确保用户已经体验过该应用程序

  • Launch the review flow after screen transitions. For example, after performing some action and subsequently bringing back the user to the “main” screen.

    屏幕转换后启动审阅流程。 例如,在执行一些动作之后,随后将用户带回到“主”屏幕。

  • Avoid calling the API after call-to-action buttons where users might not be expecting a dialog/panel to be shown.

    避免在用户可能不希望显示对话框/面板的号召性用语按钮之后调用API

  • Do NOT block users when launching the review by pre-loading the review flow ahead of time (requestReviewFlow) and skipping the launch if the request was not loaded on time (check sample’s ReviewViewModel).

    启动审阅时,请勿通过提前预加载审阅流( requestReviewFlow )来阻止用户,如果未按时加载请求,则跳过启动(请检查示例的ReviewViewModel )。

  • Do NOT over-trigger the review (i.e every app launch). Even when pre-loaded it can add some small delay to the UI.

    不要过度触发评论(即每次启动应用程序)。 即使预先加载,它也可以给UI添加一些小的延迟。

The PlayCoreKtx sample app shows some of the suggestions above in a simplified way, by showcasing a flashlight app that allows you to pick the flashlight background color.

PlayCoreKtx示例应用程序通过展示允许您选择手电筒背景色的手电筒应用程序,以简化的方式显示了上述一些建议。

  • The ReviewViewModel is responsible to “pre-warm” the review to keep the ReviewInfo object ready and provide it if conditions for the review are met.

    ReviewViewModel负责“预热”审阅,以使ReviewInfo对象保持就绪状态,并在满足审阅条件的情况下提供该对象。

  • PaletteFragment requests the ReviewViewModel to pre-warm the review once launched.

    PaletteFragment请求ReviewViewModel在启动后对预热。

  • After the user selects a background from the PaletteFragment, comes back to the main screen and turns off the flashlight, the MainFragment requests the ReviewViewModel for the ReviewInfo to launch it.

    用户从PaletteFragment中选择背景后,返回主屏幕并关闭手电筒,MainFragment请求ReviewViewModel来启动ReviewInfo。

Note: To keep the sample simple it’s not persisting the last time the review was triggered and also it uses a simple logic that might be met many times. For a production app, a more complex logic should be used.

注意:为了使示例简单,它不会在上一次触发审阅时持续存在,并且使用了可能多次满足的简单逻辑。 对于生产应用程序,应使用更复杂的逻辑。

Hopefully, this post helps clarify some concepts and lets you implement the new In-app Review API.

希望本文有助于澄清一些概念,并让您实现新的应用内审核API。

For more or any questions follow me on Twitter @marxallski

如有任何疑问,请在Twitter @ marxallski上关注我

翻译自: https://medium.com/googleplaydev/demystifying-the-new-play-in-app-review-api-1a78e351db7a

揭开均线系统的神秘面纱


http://www.taodudu.cc/news/show-4924563.html

相关文章:

  • 均线系统别名
  • 股票量化分析工具QTYX使用攻略——均线系统多头排列选股(更新2.5.7)
  • 股市基本的技术图形:均线系统
  • 【量亿数据-量化交易学习】均线系统
  • 揭开均线系统的神秘面纱_揭开依赖注入的神秘面纱,并通过此快速介绍了解它的实际应用...
  • python-双均线系统-参数优化
  • 循序渐进:用python做金融量化分析(四)双均线系统策略
  • 量化交易中通过均线系统判断上涨(下跌)动能减弱
  • [量化-012]缠论之五--均线系统
  • 均线系统
  • 新手村 - 第三站,认识均线系统
  • 均线系统之详解 —— 第一讲
  • 博易大师数据导出工具
  • 量化分析(8)——唐安奇通道
  • k线、指标绘制
  • 资管分仓软件功能都哪些?好用吗?
  • 通达信 移动平均算法_通达信仓位管理主图指标公式
  • 后台指标计算返回数据格式说明10 - FILLRGN格式
  • 通达信 移动平均算法_通达信洗盘监庄指标副图公式
  • 通达信 移动平均算法_通达信线性回归通道主图指标公式;通达信顶底轻松买卖副图指标公式...
  • 文华财经指标公式博易大师软件指标公式期货多空买卖指标图,文华加密破解二次加密
  • 什么是矩阵号系统?矩阵号系统的搭建及玩法分析
  • 抖音矩阵系统。抖音矩阵系统。抖音矩阵系统。抖音矩阵系统。
  • 估计流量矩阵的方法
  • Matrix Hub 矩阵运算库 C语言
  • 方形矩阵的行列式
  • 【物联网】矩阵式二维条码 介绍
  • 指标矩阵构建
  • 【微服务】矩阵式客户关系管理设计、实现方案
  • 好的矩阵式管理,一定是以绩效考核的科学量化为前提的。否则,就会怨声载道。

揭开均线系统的神秘面纱_在应用程式审查API中揭开新玩法的神秘面纱相关推荐

  1. 揭开均线系统的神秘面纱_揭开依赖注入的神秘面纱,并通过此快速介绍了解它的实际应用...

    揭开均线系统的神秘面纱 by Sankalp Bhatia 通过Sankalp Bhatia 揭开依赖注入的神秘面纱,并通过此快速介绍了解它的实际应用 (Demystify Dependency In ...

  2. html 横屏内容显示不全_“屏”什么喜欢你,车载显示器有哪些新玩法...

    自2014年特斯拉使用大屏之后便开启了汽车大屏时代,各大汽车公司开始无休止的开展着自己的"大屏"计划,为汽车内饰创造更多的科技感和现代感. 似乎现代智能车载显示,大屏成了标配.但随 ...

  3. excel查重_发票查重工具,不止查重这么简单,你还可以体验这些新玩法

    电子发票报销是目前所有行业的会计都要面对的一项重要工作,而目前电子发票报销的普遍方式都是打印报销,这样一来,会计就不得不面对企业员工将电子发票重复打印报销和篡改报销的风险,而其中,尤其以重复打印报销是 ...

  4. 电商运营裂变新玩法—分销渠道系统模式

    电商运营裂变新玩法-分销渠道系统模式 简单地说,分销,在我看来,就是"分散化+销售",通过分散化终端尽可能地占领市场,销售产品,从而实现利润.确实,需要更多的人,更多的终端,分销的 ...

  5. 安卓关于健身的代码_亲子运动健身新玩法,娱乐享瘦两不误,让孩子不再沉迷电子产品...

    每次和姐妹逛街,看到那些漂亮小姐姐们在电玩城跳舞机上跳舞,心里都痒痒的想要自己上去试试,可就是因为不熟练,大庭广众之下害羞怕丢脸,最后放弃了.可每次路过还是会羡慕那些敢跳的姐姐们! 平常工作忙,压力大 ...

  6. 易灵思发力系统级封装SiP,探索FPGA新玩法

    易灵思发力系统级封装SiP,探索FPGA新玩法 随着半导体工艺技术的演进,传统的工艺缩进技术遇到了很大的挑战,一方面是随着芯片制程节点越来越先进,从10nm.7nm.5nm到3nm,1nm,芯片研发生 ...

  7. 卡内基梅隆大学副教授张旆:传感系统新玩法,物理响应分析人的生老病死

    受访者 | 张旆 采访者 | 伍杏玲 出品 | CSDN(ID:CSDNnews) 随着万物相联时代来临,我们身边随处可见物联网技术:我们使用智能门锁进入房间,智能窗帘缓缓拉开,智能扫地机器人开始工作 ...

  8. html5三国策略布阵,高比例修改版三国策略页游SF《兵法三国SF》新玩法,兵法三国布阵系统怎么玩?...

    原标题:高比例修改版三国策略页游SF<兵法三国SF>新玩法,兵法三国布阵系统怎么玩? 兵法三国布阵系统怎么玩?好多玩家可能不太清楚,所以小编做了个详细攻略以供参考! [布阵] 在布阵中可以 ...

  9. 安卓手机充电慢_苹果和安卓手机充电新玩法:充电零钱自动涨效果

    手机充电零钱自动涨效果 首先,这个玩法苹果和安卓手机通用,只要在手机上安装有微信就可以实现手机充电零钱自动涨效果,操作方法非常简单,只需打开特定的小程序,然后将你的手机充上电,你的零钱就会自动上涨,一 ...

最新文章

  1. linux:scp从入门到刚入门
  2. CSS设置七彩的下拉菜单
  3. Android-Universal-Image-Loader 框架使用
  4. java mp3 to wav_java实现wavToMP3格式转换详解
  5. CMake 使用方法
  6. 查询链接服务器信息,SQL Server链接服务器
  7. 机器学习(十七):网格搜索(Grid Search)和SVM
  8. 美通企业日报 | 今年中国私家车行驶里程同比大降18%;缤客发布2020年八大旅行趋势...
  9. Android OTA在线升级一(架构分析)【转】
  10. dm385和8127的区别
  11. 微信客户聊天做到这四点,有效提高成单量
  12. 批量修改视频尺寸,如此操作简单又专业
  13. 使用简单的逻辑方法进行独立思考
  14. 最美春天,人间四月天
  15. 企业战略 平台转型:不走寻常路
  16. 【算法岗面试】某小厂V面试题
  17. Linux系统 PDF转图片
  18. 商业银行资产管理理论之:商业贷款理论、转移理论和预期收入理论
  19. 自学软件测试该如何入门?
  20. ecmall中如何在用户中心增加一个菜单

热门文章

  1. 黄金分割——设计师的设计利器
  2. 使用Dart/Flutter语言开发的命令行文字RPG类型小游戏
  3. Hot scene AGAIN!
  4. HCIA ENSP WLAN基础配置
  5. 磁盘分区的4K对齐(转载)
  6. WebKit:WebBrowser的架构
  7. 教育、卫生和社会服务-省级面板数据数据(1994-2019年)
  8. 区块链政策频频出台,政务应用多点开花 | 产业区块链一周动态
  9. python编程器app_有了这个神器,轻松用 Python 写个 App
  10. 网络课堂开发,让山村孩子学到更多知识