dpa99c / cordova-launch-review

Cordova/Phonegap plugin for iOS and Android to assist in leaving user reviews/ratings in the App Stores
71 stars 26 forks source link

Predefined rating value #13

Closed artuska closed 5 years ago

artuska commented 5 years ago

Need some config parameter to pass in launch function as first argument:

var config = {
    rating: 3
};

LaunchReview.launch(config, successCallback, errorCallback);

And this will open App Store or Google Play with 3-stars rating.

Any thoughts?

dpa99c commented 5 years ago

Neither Android or iOS supports programmatic specification of an App Store rating value in this way.