mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
20 lines
558 B
Markdown
20 lines
558 B
Markdown
# In App Review
|
||
|
||
```text
|
||
$ ionic cordova plugin add com.omarben.inappreview
|
||
$ npm install @awesome-cordova-plugins/in-app-review
|
||
```
|
||
|
||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/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
|
||
|