awesome-cordova-plugins/docs/plugins/app-rate/README.md

29 lines
849 B
Markdown
Raw Normal View History

2021-09-29 20:09:02 +08:00
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/app-rate/index.ts#L198">
Improve this doc
</a>
# App Rate
```
$ ionic cordova plugin add cordova-plugin-apprate
$ npm install @ionic-native/plugins/app-rate
```
## [Usage Documentation](https://ionicframework.com/docs/native/app-rate/)
Plugin Repo: [https://github.com/pushandplay/cordova-plugin-apprate](https://github.com/pushandplay/cordova-plugin-apprate)
The AppRate plugin makes it easy to prompt the user to rate your app, either now, later, or never.
Requires Cordova plugin: cordova-plugin-apprate. For more info, please see the [AppRate plugin docs](https://github.com/pushandplay/cordova-plugin-apprate).
## Supported platforms
- Android
- BlackBerry 10
- iOS
- Windows
2021-09-29 20:38:45 +08:00