awesome-cordova-plugins/docs/plugins/launch-review/README.md

23 lines
696 B
Markdown
Raw Normal View History

2021-09-29 20:09:02 +08:00
# Launch Review
```
$ ionic cordova plugin add cordova-launch-review
2021-09-29 21:19:55 +08:00
$ npm install @awesome-cordova-plugins/launch-review
2021-09-29 20:09:02 +08:00
```
2021-09-29 21:19:55 +08:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/launch-review/)
2021-09-29 20:09:02 +08:00
Plugin Repo: [https://github.com/dpa99c/cordova-launch-review](https://github.com/dpa99c/cordova-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.
## Supported platforms
- Android
- iOS
2021-09-29 20:38:45 +08:00