Skip to main content

AndroidのIn-App Review APIの注意点

AndroidのIn-App Review APIを使ってみた
の続編

実装しててやらかしたことに気づいた


ボタン押してIn-App Reivew動くようにしてたら
とある時をさかいにまったく動かなくなった

ドキュメント見たら毎回でる仕様ではないらしい・・・

>Google Play enforces a quota on how often a user can be shown the review dialog. Because of this, calling a launchReviewFlow method might not always display a dialog. For example, you should not have a call-to-action option (such as a button) to trigger a review as a user might have already hit their quota and the flow won’t be shown, presenting a broken experience to the user.
https://developer.android.com/guide/playcore/in-app-review

関連記事:

Pocket