Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to detect which button user clicked on SKStoreReviewController?

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?

like image 215
Esqarrouth Avatar asked Oct 30 '22 04:10

Esqarrouth


1 Answers

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.

like image 138
Chris Allwein Avatar answered Nov 15 '22 06:11

Chris Allwein