Search code examples
iosswiftskstorereviewcontroller

Adding functionality to SKStoreReviewController in Swift


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?


Solution

  • 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.