Play Core In-App Review API not showing the Review Activity

后端 未结 15 1093
生来不讨喜
生来不讨喜 2021-01-30 05:15

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

相关标签:
15条回答
  • 2021-01-30 05:57

    I have raised a issue on google issue tracker regarding this. I also have the same issue.

    For more info check this my issue tracking url: https://issuetracker.google.com/issues/167352813

    0 讨论(0)
  • 2021-01-30 05:57

    Please test using FakeReviewManager :)

    ReviewManager manager = new FakeReviewManager(context);

    https://developer.android.com/guide/playcore/in-app-review/test

    0 讨论(0)
  • 2021-01-30 05:58

    I had exactly the same problem, the dialog never appeared to me ...

    But even so, I left it implemented in the application and posted it on the Play store.

    Then I downloaded and tested the version and everything works perfectly.

    0 讨论(0)
提交回复
热议问题