2021-09-29 20:09:02 +08:00
|
|
|
|
# In App Review
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
$ ionic cordova plugin add com.omarben.inappreview
|
2021-09-29 21:19:55 +08:00
|
|
|
|
$ npm install @awesome-cordova-plugins/in-app-review
|
2021-09-29 20:09:02 +08:00
|
|
|
|
```
|
|
|
|
|
|
2021-09-29 21:19:55 +08:00
|
|
|
|
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/in-app-review/)
|
2021-09-29 20:09:02 +08:00
|
|
|
|
|
|
|
|
|
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
|
2021-09-29 20:38:45 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|