Files
awesome-cordova-plugins/docs/plugins/in-app-review/README.md
T
2026-03-21 17:08:43 -07:00

29 lines
753 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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)