Purus / launch_review

A Flutter plugin to assist in leaving user reviews/ratings in the Google Play Store. Supports both Android and iOS.
https://pub.dartlang.org/packages/launch_review
MIT License
180 stars 122 forks source link

iOS implementation improvement #11

Closed mono0926 closed 4 years ago

mono0926 commented 5 years ago

https~ link is recommended as written here.

In addition, you can continue to include a persistent link in the settings or configuration screens of your app that deep-links to your App Store product page. 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.

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

And, without adding LSApplicationQueriesSchemes - itms, it works fine.