mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-12 18:56:31 +08:00
26 lines
732 B
Markdown
26 lines
732 B
Markdown
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/in-app-review/index.ts#L1">
|
||
Improve this doc
|
||
</a>
|
||
|
||
# In App Review
|
||
|
||
```
|
||
$ ionic cordova plugin add com.omarben.inappreview
|
||
$ npm install @ionic-native/plugins/in-app-review
|
||
```
|
||
|
||
## [Usage Documentation](https://ionicframework.com/docs/native/in-app-review/)
|
||
|
||
Plugin Repo: [https://github.com/omaxlive/com.omarben.inappreview](https://github.com/omaxlive/com.omarben.inappreview)
|
||
|
||
This plugin does use the iOS class SKStoreReviewController to open the inApp review popup available since iOS 10.3
|
||
|
||
This functionality only works on iOS devices
|
||
|
||
## Supported platforms
|
||
|
||
- iOS
|
||
|
||
|
||
|