How to detect which button user clicked on SKStoreReviewController?

895 Views Asked by At

It would be easier to keep track of data and optimize reviews based on how they performed on SKStoreReviewController prompts.

But how do we detect which button user clicked? Not now? 1* 4* 5*? Submitted review?

1

There are 1 best solutions below

1
On

You can't. If you read the docs for SKStoreReviewController and requestReview, you'll see that it doesn't expose anything about the results, the UI, or whether a prompt was even shown.