mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
30 lines
881 B
Markdown
30 lines
881 B
Markdown
---
|
|
description: >-
|
|
Launch Review plugin for Cordova and Ionic. Assists in leaving user reviews/ratings in the App Stores. - Launches the platform's App Store page for the…
|
|
---
|
|
|
|
# Launch Review
|
|
|
|
Assists in leaving user reviews/ratings in the App Stores.
|
|
- Launches the platform's App Store page for the current app in order for the user to leave a review.
|
|
- On iOS (10.3 and above) invokes the native in-app rating dialog which allows a user to rate your app without needing to open the App Store.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
ionic cordova plugin add cordova-launch-review
|
|
npm install @awesome-cordova-plugins/launch-review
|
|
```
|
|
|
|
**Plugin Repo:** [https://github.com/dpa99c/cordova-launch-review](https://github.com/dpa99c/cordova-launch-review)
|
|
|
|
## Supported Platforms
|
|
|
|
- Android
|
|
- iOS
|
|
|
|
## Further Information
|
|
|
|
- [Installation Guide](../../installation.md)
|
|
- [FAQ](../../faq.md)
|