Play Core In-App Review API not showing the Review Activity(Play Core In-App Review API 不显示评论活动)
问题描述
我正在尝试使用 Google 昨天刚刚发布的 Review API(Play 核心库 1.8.0).请参阅 https://developer.android.com/guide/playcore/in-app-回顾
I'm trying to utilize the Review API (Play Core library 1.8.0) from Google which was just released yesterday. See https://developer.android.com/guide/playcore/in-app-review
我仔细遵循了故障排除部分,我确保该应用程序是从内部测试轨道下载的,我的帐户没有对该应用程序的评论,该应用程序在该用户的库中等等.我什至尝试过一个全新的帐户,但每次显示 com.google.android.finsky.inappreviewdialog.InAppReviewActivity 时只会立即消失.
I followed the troubleshooting section carefully, I made sure the app is downloaded from the internal testing track, my account does not have a review on the app, the app is in the library of that user etc.. I even tried with a completely new account, but every time the com.google.android.finsky.inappreviewdialog.InAppReviewActivity is shown only to immediately disappear.
我正在从我的活动的 onResume() 方法中调用以下代码:
I'm calling the following code from the onResume() method of my activity:
两个监听器都返回成功.
Both listeners return success.
这是日志输出:
有没有人成功完成这项工作?有小费吗.非常感谢!
Anyone had success to make this working? Any tips. Big thanks!
推荐答案
我在 google 问题跟踪器上提出了一个关于此的问题.我也有同样的问题.
I have raised a issue on google issue tracker regarding this. I also have the same issue.
有关更多信息,请查看我的问题跟踪网址:https://issuetracker.google.com/issues/167352813
For more info check this my issue tracking url: https://issuetracker.google.com/issues/167352813
这篇关于Play Core In-App Review API 不显示评论活动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!