2021-09-29 20:09:02 +08:00
|
|
|
|
<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
|
2021-09-29 20:38:45 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|