How to determine which user of the button clicked on the SKStoreReviewController?

It would be easier to track the data and optimize the views based on how they performed in the tooltips SKStoreReviewController

.

But how do we detect which button is pressed? Not now? 1 * 4 * 5 *? Review submitted?

+3


source to share


1 answer


You can not. If you read the docs for SKStoreReviewController and requestReview , you will see that it does not report anything about the results, the UI, or whether even the prompt was shown.



+2


source







All Articles