StoreReview how to know if it was actually shown?

SDK 44 Managed

According to the API docs:

Because the quota is subject to change, it’s important to apply your own logic and target the best possible moment to request a review. For example, you should not have a call-to-action option (such as a button) to trigger the API , as a user might have already hit their quota and the flow won’t be shown, presenting a broken experience to the user. For this use case, redirect the user to the Play Store instead.

The promise returned only if it “Can” open the review modal, not if it did.

Shouldn’t the Promise for StoreReview.requestReview() return true or data to know if it actually got displayed or is there no way to know that?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.