Adding functionality to SKStoreReviewController in Swift

213 Views Asked by At

Is it possible to add functionality to the SKSStoreReviewController class in Swift? Specifically like adding a completion handler to the button to know if a user actually submitted a review?

1

There are 1 best solutions below

3
On BEST ANSWER

Not presently that I'm aware. I would guess that it would get into some thorny privacy issues if you could tell when a particular review popped into the store and specifically which user sent it.