takecian / SwiftRater

A utility that reminds your iPhone app's users to review the app written in pure Swift.
MIT License
356 stars 42 forks source link

Add the action=write-review to update the review link for the App Store #2

Closed kf99916 closed 7 years ago

kf99916 commented 7 years ago

According to the Apple Document: https://developer.apple.com/reference/storekit/skstorereviewcontroller/2851536-requestreview. "To automatically open a page on which users can write a review in the App Store, append the query parameter action=write-review to your product URL."

So update the review link to let users can review the app easily.

takecian commented 7 years ago

Thank you!