mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
29 lines
753 B
Markdown
29 lines
753 B
Markdown
---
|
||
description: >-
|
||
In App Review plugin for Cordova and Ionic. This plugin does use the iOS class SKStoreReviewController to open the inApp review popup available since iOS…
|
||
---
|
||
|
||
# In App Review
|
||
|
||
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
|
||
|
||
## Installation
|
||
|
||
```bash
|
||
ionic cordova plugin add com.omarben.inappreview
|
||
npm install @awesome-cordova-plugins/in-app-review
|
||
```
|
||
|
||
**Plugin Repo:** [https://github.com/omaxlive/com.omarben.inappreview](https://github.com/omaxlive/com.omarben.inappreview)
|
||
|
||
## Supported Platforms
|
||
|
||
- iOS
|
||
|
||
## Further Information
|
||
|
||
- [Installation Guide](../../installation.md)
|
||
- [FAQ](../../faq.md)
|