cordova-launch-review
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"name": "cordova-launch-review", | ||
@@ -4,0 +4,0 @@ "cordova_name": "Launch Review", |
@@ -25,8 +25,6 @@ Cordova Launch Review plugin [![Latest Stable Version](https://img.shields.io/npm/v/cordova-launch-review.svg)](https://www.npmjs.com/package/cordova-launch-review) [![Total Downloads](https://img.shields.io/npm/dt/cordova-launch-review.svg)](https://npm-stat.com/charts.html?package=cordova-launch-review) | ||
On Android, the plugin opens the the app's storepage in the Play Store where the user can leave a review by pressing the stars to give a rating. | ||
- On Android, the plugin opens the the app's storepage in the Play Store where the user can leave a review by pressing the stars to give a rating. | ||
- On iOS, the plugin opens the app's storepage in the App Store and automatically opens the dialog for the user to leave a rating or review. | ||
- On iOS 10.3 and above, the plugin supports the [native in-app rating dialog](https://developer.apple.com/documentation/storekit/skstorereviewcontroller/2851536-requestreview) which allows a user to rate your app without needing to open the App Store. | ||
On iOS 10.3 and below, the plugin opens the app's storepage in the App Store, focuses the Review tab, and automatically opens the dialog for the user to leave a rating or review. | ||
On iOS 11.0 and above, the plugin only opens the app's storepage in the App Store since it's no longer possible to directly open the Review section. | ||
On iOS 10.3 and above, the plugin supports the []native in-app rating dialog](https://developer.apple.com/documentation/storekit/skstorereviewcontroller/2851536-requestreview) which allows a user to rate your app without needing to open the App Store. | ||
The plugin is registered on [npm](https://www.npmjs.com/package/cordova-launch-review) (requires Cordova CLI 5.0.0+) as `cordova-launch-review` | ||
@@ -33,0 +31,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
16793
129