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

后端 未结 15 1095
生来不讨喜
生来不讨喜 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:40

    Documentation says that it won't be shown every time you request it since it has quota restrictions: https://developer.android.com/guide/playcore/in-app-review#quotas

    I just included it in my project and it showed the dialog only one time. It is a little inconvenient since we don't have any controls over it.

    Also, I noticed that if you try to show the dialog again and again, navigation bar starts blinking (like it wants to show the dialog but it gets dismissed).

提交回复
热议问题