SwiftRater icon indicating copy to clipboard operation
SwiftRater copied to clipboard

IMPROVEMENT

Open ghost opened this issue 4 years ago • 1 comments

Hi, thanks for your library, can you add a completion handler when user did a review? because for now we cannot know if he canceled or not..

Thanks :)

ghost avatar Sep 16 '20 11:09 ghost

Hello,

Unfortunately, we couldn't tell whether users did review or not because SKStoreReviewController.requestReview() is used for showing rating popup. This api doesn't have return value and callback. What we can do is to tell the system "Please ask the user to rate or review your app, if appropriate" by using this api.

https://developer.apple.com/documentation/storekit/skstorereviewcontroller/2851536-requestreview

takecian avatar Sep 17 '20 04:09 takecian